SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Move spam messages
Credits
Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.
Spamassassin
There's a couple of ways to have spam messages filltered depending on how your Spamassassin has been configured:
- Spamassassin has been configured to add
X-Spam-
headers to messages:
if (/^X-Spam-Flag: *YES/)
{
to $VHOME/Maildir/.Spam
exit
} - Subject rewritten:
if (/^X-Spam-Flag: *YES/)
{
to $VHOME/Maildir/.Spam
exit
}
- Log in to post comments