Still haven't been able to get multiple select domains to tag the 
subject line. Here is all my related settings, can someone suggest why I 
cannot get subject line tagging for example.com and example2.com? Do I 
have my arrays setup correctly?

@local_domains_maps = ( [".$mydomain", ".example.com", ".example2.com"] );
@spam_kill_level_maps = (
  { '.example.com' => 9999, '.example2.com' => 9999,  },
  \$sa_kill_level_deflt,
);
$sa_tag_level_deflt  = -999;
$sa_tag2_level_deflt = 5.0;
$sa_kill_level_deflt = $sa_tag2_level_deflt;
$sa_dsn_cutoff_level = 9;    # spam level beyond which a DSN is not sent
$sa_mail_body_size_limit = 64*1024; # don't waste time on SA if mail is 
larger
$sa_local_tests_only = 0;    # only tests which do not require internet 
access?
$sa_auto_whitelist = 1;

--
Robert

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