Peter,
> I have followin defined and a policybank for MYNETS like :
>
> $sa_spam_subject_tag = "TAGGED SPAM";
>
> $sa_spam_modifies_subj = 1;
> @spam_modifies_subj_maps =(\$sa_spam_modifies_subj);
> @spam_subject_tag2_maps[' some other text'];
>
> $policy_bank{'MYNETS'} = {
> Originating => 1,
> spam_subject_tag2_maps => [ " some text"],
> spam_admin_maps => ["mym...@....<mailto:mym...@....>"],
> .....
> };
>
> When sending SPAM from a local user to a local user I get the text "some
> text" as expected.
>
> When sending SPAM from an external user to a local user i would like the
> "some other text" to appear
> But I get what's in sa_spam_subject_tag.
>
> So what am I doing wrong here ?
@spam_subject_tag2_maps = (' some other text');
$policy_bank{'MYNETS'} = {
originating => 1, # lowercase!
spam_subject_tag2_maps => [' some text'],
...
};
Mark
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
Please visit http://www.ijs.si/software/amavisd/ regularly
For administrativa requests please send email to rainer at openantivirus dot
org