[AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Matt Juszczak
Hi all, I just need amavis to tag spam. I'm using procmail to filter spam thats tagged to a SPAM IMAP folder on our server to which user's can access via our Webmail Quarantine. In my amavisd.conf, I have: # $final_virus_destiny = D_DISCARD; $final_banned_destiny = D_PASS;

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
Matt wrote: Hi all, I just need amavis to tag spam. I'm using procmail to filter spam thats tagged to a SPAM IMAP folder on our server to which user's can access via our Webmail Quarantine. In my amavisd.conf, I have: # $final_virus_destiny = D_DISCARD; $final_banned_destiny

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Matt Juszczak
$final_virus_destiny = D_DISCARD; $final_banned_destiny = D_PASS; $final_spam_destiny = D_PASS; $final_bad_header_destiny = D_PASS; Gary, Thanks for the reply. I believe i want to discard viruses, and just tag everything else in headers and deliver it to the user. When

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
Matt wrote: $final_virus_destiny = D_DISCARD; $final_banned_destiny = D_PASS; $final_spam_destiny = D_PASS; $final_bad_header_destiny = D_PASS; Gary, Thanks for the reply. I believe i want to discard viruses, and just tag everything else in headers and deliver it

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
Thanks for the reply. I believe i want to discard viruses, and just tag everything else in headers and deliver it to the user. When it gets delivered to the user, I'll parse the header for amavisd and then decide where to deliver the message. Hence, I do not wish to use ANY of the build