Robert wrote:

> Sorry for not being more clear. Yes, I'm talking about a recipient
> domain name. I still want it filtered for spam, but only to mark the
> subject line and send on through to the destination. All other domains
> going through our gateway we now BOUNCE. Is it possible to mark and send
> on only one domain?

Raise kill_level for that domain (so there is no quarantine trigger):

@spam_kill_level_maps = (
  { '.example.com' => 9999, }, # no quarantine trigger for example.com
  \$sa_kill_level_deflt,   # catchall default for everyone else
);

Make sure all your domains are listed in @local_domain_maps (or otherwise
considered 'local').

Then set the subject tag:
$sa_spam_subject_tag = '***SPAM*** ';

Gary V



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

Reply via email to