Re: [AMaViS-user] Add Spam Header info to all messages

2005-08-15 Thread Gary V
Matt wrote:

 We want all of our messages tagged with the score whether it spam or not.
 Right now I have spamTagLevel set to .001.  If I set this to -100, will 
 that be a low enough score to add spam header info to all messages?

 Thanks,
 Matt

Why not set it to -999 ? It's possible for a sender to be whitelisted
at -100.

Gary V



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Add Spam Header info to all messages

2005-08-15 Thread Dale Walsh


On Aug 15, 2005, at 01:45 PM, Matt Juszczak wrote:

We want all of our messages tagged with the score whether it spam  
or not.
Right now I have spamTagLevel set to .001.  If I set this to -100,  
will that be a low enough score to add spam header info to all  
messages?


Thanks,

Matt


change:
#$sa_spam_report_header = 0; # insert X-Spam-Report header field?  
default false

to:
$sa_spam_report_header = 1; # insert X-Spam-Report header field?  
default false




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/