Christian,

> Is it possible to add a customer tag in the subject for
> "$banned_quarantine_to" mails?
> My setup is: $banned_quarantine_to = "[EMAIL PROTECTED]";

Subject header fields in quarantined messages are never modified.
Editing of Subject is only done on passed mail (and only to
local recipients).

> And I want to add something like ***BANNED*** to the header to keep my
> Inbox clean. Like the Subject for Spammails, this is set to:
> $sa_spam_subject_tag = '***SPAM*** ';

With 2.4.* this is possible. There is no dedicated variable for it,
but it is achievable through a general $subject_tag_maps_by_ccat:

  $subject_tag_maps_by_ccat{+CC_BANNED} = [ '***BANNED*** ' ];

Note that such message must be passed for this setting
to have any effect, so recipient should be banned files lover,
or $final_banned_destiny should be D_PASS.

It is possible to deliver such messages to a dedicated
user's folder, either by appending address extensions, or by
some filtering/processing in a delivery agent (sieve, procmail...).

  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.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to