Am 6.12.2008 2:24 Uhr, Mark Martinec schrieb:
>>> 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
> });
>
Works perfect. Thank you very much.
Ihsan
--
[email protected] http://blog.dogan.ch/
------------------------------------------------------------------------------
_______________________________________________
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/