Hi Folks!
I'm kinda stumped on this one! I've got a nicely working Debian+Amavis
system going with + addressing for Spam sent to people. My problem is
that my Request Tracker e-mail addys is getting targeted by spammers,
and thus a new (bogus) ticket gets created for each spam. I'd like to
redirect spam for those specific addresses to [EMAIL PROTECTED], but I can't
seem to get that working. Incoming mail is retrieved using fetchmail
from a pop3 maildrop account. Spam to regular users gets delivered to
the user+spam folder as it should. Spam to info@ just gets delivered to
RT as-is, with the spam headers attached. I'd like to redirect spam for
those addresses to [EMAIL PROTECTED] Here's my current config:
$final_spam_destiny = D_DISCARD;
I tried using a $spam_quarantine_to_maps hash that I found in the mail
archives, but that just caused errors (from memory, variable not defined
or something like that). I've had to use it as below to run without errors.
$spam_quarantine_to = 'spam@';
#$spam_quarantine_to_maps = ( # per-recip multiple
quarantines
# {
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '[EMAIL PROTECTED]' => 'spam@',
# '.' => 'spam@'
# }
#);
$spam_lovers{lc("[EMAIL PROTECTED]")} = 1;
$addr_extension_spam = 'spam';
$sa_tag_level_deflt = 3.0; # add spam info headers if at, or above that
level
$sa_tag2_level_deflt = 4.0; # add 'spam detected' headers at that level
$sa_kill_level_deflt = $sa_tag2_level_deflt;
I'd appreciate some pointers as to where I've gone wrong...
Thanks for your time!
/Mike
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/