Hi,
is it possible to modify the subject at all, using sendmail-milter with
AM.PDP.
I setup a test system using the new amavisd-milter and AM.PDP seems to
work quite well. However I don't seem to manage to haveth esubject
changed.
Relevant entries in amavisd.conf look like this:
$undecipherable_subject_tag = '***UNCHECKED*** ';
$sa_spam_subject_tag = undef;
$sa_spam_level_char = '*';
$sa_spam_modifies_subj = 1;
@spam_modifies_subj_maps= (\$sa_spam_modifies_subj);
@spam_subject_tag_maps = (\$sa_spam_subject_tag1); # N.B.: inconsistent
name
@spam_subject_tag2_maps = (\$sa_spam_subject_tag); # N.B.: inconsistent
name
@spam_subject_tag3_maps = ();
%subject_tag_maps_by_ccat = (
CC_VIRUS, [ '***INFECTED*** ' ],
CC_BANNED, undef,
CC_UNCHECKED, sub { [ c('undecipherable_subject_tag') ] }, # not
by-recip
CC_SPAM, [ ' ****SPAM**** ' ],
CC_SPAMMY.',1',sub { ca('spam_subject_tag3_maps') },
CC_SPAMMY, sub { ca('spam_subject_tag2_maps') },
CC_CLEAN.',1', sub { ca('spam_subject_tag_maps') },
);
Is there anything else I need to change, possibly in connection with
spamassassin, or ddo I need to define a poliyc that is relevant for all
mails going through?
I tried to find out by reading the various readme'S but I must be too
stupid to find out for myself.
OT: How do you test spam, other than sending the included sample-spam. Is
there aservice ( ;) ) one could subscribe to to actually get real spam. I
would raher test everything on my testmachine first than change my
production servers.
Many thanks in advance,
.peter
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/