----- Original Message ----- 
From: "Gary V" <[EMAIL PROTECTED]>

> Bill wrote:
>
>> I am wondering how people handle system messages and how best to keep 
>> them
>> from being spam filtered and possibly designated as spam.  Here are the 
>> full
>> headers from one of my LogWatch messages that got designated as spam:
>> ==========
>> Return-Path: <[EMAIL PROTECTED]>
>> X-Original-To: [EMAIL PROTECTED]
>> Delivered-To: [EMAIL PROTECTED]
>> X-Virus-Scanned: by amavisd-new at mail.example.com
>> X-Spam-Flag: YES
>> X-Spam-Score: 11.781
>> X-Spam-Status: Yes, score=11.781 required=10 tests=[AWL=-12.425,
>>     BAYES_00=-2.599, BODY_FREE_TRIAL=2.522, BODY_GAPPY_TEXT=1.922,
>>     BODY_PREAPPROVED=1.811, BODY_ROLEX=3.111, CHICKENPOX_64=0.5,
>>     CHICKENPOX_82=0.5, LONGWORDS_15=1, LW_FAKEROLEX=5, LW_ROLEX=1,
>>     LW_ROLEXWATCH=1, NO_RELAYS=-0.001, REPLICA_WATCH=2.9, ROLEX_BODY=0.5,
>>     SARE_SPEC_REPLICA_OBFU=1.812, SARE_SPEC_ROLEX_NOV5A=1.062,
>>     SARE_SPEC_ROLEX_REP=1.666, UOLCC_ROLEX_BODY1=0.5]
>> To: [EMAIL PROTECTED]
>> Subject: LogWatch for mail.example.com
>> Message-Id: <[EMAIL PROTECTED]>
>> Date: Fri, 22 Sep 2006 03:17:34 -0700 (PDT)
>> From: [EMAIL PROTECTED] (root)
>> ==========
>
>> Is there a way to direct these system messages so that they bypass spam
>> filtering?
>
>> Bill
>>
>
> http://www200.pair.com/mecham/spam/bypassing.html#11

Thanks Gary, however, the issue I run into with this option is that I run 
multiple content-filters, and the first one actually pipes mail (via the 
Postfix "sendmail" command) back into postfix which uses the "pickup" daemon 
to retrieve the message.  Since this content-filter runs before the amavisd 
content-filter, if I add:

    pickup    fifo  n       -       n       60      1       pickup
       -o content_filter=

then the amavis content-filer does not get called.  I have to run the amavis 
content-filter second in order to for SA to be able to score the header 
mark-up from the first content-filter.  I have not been able to figure out 
if there is a way to tell "sendmail" to use an alternate "pickup" daemon 
when piping a message back to Postfix.

Bill 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to