More General posts
September 03, 2003
bogofilter, qmail and maildrop part two
Expanded .mailfilter script to deliver messages marked as spam by bogofilter directly to the spam mailbox. Simple stuff.
if (/^X-Bogosity: Yes/)
{
to "$HOME/Maildir/.Spam/"
}
else
{
to "$HOME/Maildir/"
}
Posted by Alex at September 03, 2003 09:39 PMComments
Post a comment