On Sun, Apr 22, 2007 at 03:17:49PM -0400, Robert Fitzpatrick wrote:
> 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"] );

  I think you've got it set for ".example.com", which will not match
"example.com".   Try removing the leading dots.

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

  Once you have that fixed, you'll probably want to adjust the tag levels.

  (Disclaimer: I'm running on too little sleep and too little coffee
this morning, so I might be mistaken.)
  -- Clifton

-- 
    Clifton Royston  --  [EMAIL PROTECTED] / [EMAIL PROTECTED]
       President  - I and I Computing * http://www.iandicomputing.com/
 Custom programming, network design, systems and network consulting services

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