Mark Richards,
> A user with Outlook asks me if it's possible to either
put the
> spamassassin spam score in the header of the message
(in all instances)
> or better in a "new header field" that
Outlook might somehow magically
> display in the message list.
A header field like:
X-Spam-Score: 5.561
is inserted by amavisd if spam score is above tag_level
(or tag_level is undefined), and recipient is local.
Starting with amavisd-new-2.4.3 it is also possible to
insert score into Subject field, e.g.:
spam_subject_tag_maps = ('[_SCORE_] ');
spam_subject_tag2_maps = ('***SPAM*** _SCORE_ ');
spam_subject_tag3_maps = ('***BLATANT*SPAM****
_SCORE_ ');
Mark
------------------------------------------------------------
-------------
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
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|