Hello,

how is it possible, to add the subject_tag to spam-mail, which is to be 
quarantined?

with the settings
  $final_spam_destiny = D_DISCARD;
  $spam_quarantine_method         = 'local:spam-%m.gz';
  $spam_quarantine_to      = 'spam-quarantine';
  $sa_spam_subject_tag = '+++SPAM+++ ';
  $sa_spam_modifies_subj = 1;
  $sa_tag2_level_deflt = 4.50;
  $sa_tag3_level_deflt = $sa_tag2_level_deflt; 
  $sa_kill_level_deflt = $sa_tag3_level_deflt; 
spam will be quarantined, header lines like x-spam-flags are included, but the 
subject is not altered.

i tried playing with settings like
  @spam_modifies_subj_maps= (\$sa_spam_modifies_subj);
  @spam_subject_tag2_maps = ('+++SPAM+++ ');
  @spam_subject_tag3_maps = ('+++SPAM+++ ');
or
  %subject_tag_maps_by_ccat = (
   CC_VIRUS,      [ '***INFECTED*** ' ],
   CC_BANNED,     undef,
   CC_UNCHECKED,  sub { [ c('undecipherable_subject_tag') ] }, # not by-recip
   CC_SPAM,       sub { ca('spam_subject_tag3_maps') },
   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') },
  );
but no effect at all.




-- 
Frank Perske ===================================================
Landschaftsverband Westfalen-Lippe       Tel. +49 251 591 5897
LWL.IT Service Abteilung                 Fax. +49 251 591 4599
Warendorfer Str. 22, 48145 Muenster      E-Mail [EMAIL PROTECTED]

-------------------------------------------------------------------------
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
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/

Reply via email to