Thanks for the insight. This is what I think I am looking for. Thanks
for everybodys help.
--Keith
On Thu, 14 Nov 2002, Robin Whittle wrote:
> A full documentation of how to do this, with Courier Maildrop, is at:
>
> http://www.firstpr.com.au/web-mail/Postfix-SA-Anomy-Maildrop/
>
> This in
A full documentation of how to do this, with Courier Maildrop, is at:
http://www.firstpr.com.au/web-mail/Postfix-SA-Anomy-Maildrop/
This includes:
1 - Following the call to SpamAssassin with a call to Anomy Sanitizer
to defang HTML emails and detect executable instructions.
2 - A patch
On Wed, Nov 13, 2002 at 05:10:29PM -0600, Keith Olmstead wrote:
> Hello,
>
> I am trying to get the mail that SA tags as spam deliverd to a different
> folder than the incomming folder, "new". The mail is being stored in
> MailDir format. Is this possible? Has anyone even tried to do this?
I d
Hi,
I use maildrop for that.
In my personal directory I have a .qmail file with
| preline /usr/local/bin/maildrop
/home/vpopmail/domains/axess.com/rickm/mailfilter
and in my mailfilter file I have (among other things)
if (/^X-Spam-Flag: *YES/)
{
to "Maildir/.SPAM/"
}
Regards,
Rick