Ihsan,
> > It would not be too much work to make it into a per-recipient
> > setting. Code section that removes them would need to be
> > moved from add_forwarding_header_edits_common to
> > sub add_forwarding_header_edits_per_recip, its clustering key
> > should be made aware of it, and some @*_maps list of lookup
> > tables would need to be added and queried.
>
> I would really appreciate it, if you could implement it in amavis.
Try the 2.6.2-rc2 :)
@remove_existing_spam_headers_maps = ({
'[EMAIL PROTECTED]' => 0,
'[EMAIL PROTECTED]' => 1,
'.office.example.net' => 0,
'.' => 1, # all the rest
});
(remember that addresses in hash lookup tables should be in lower case)
Mark
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
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/