Gary:
Saturday, September 29, 2007, 5:21:44 PM, you wrote:
> On 9/29/07, Michael Scheidell wrote:
>> Can do with policy banks, or using kill and tag level maps.
>> (with your brothers email address in the map)
> An example using maps:
> $final_spam_destiny = D_DISCARD;
> @spam_tag2_level_maps = (
> { '[EMAIL PROTECTED]' => 8.0,
> '.' => 6.0 },
> );
> @spam_kill_level_maps = (
> { '[EMAIL PROTECTED]' => 8.0,
> '.' => 9999.0 },
> );
> If desired, you can prevent all the spam for [EMAIL PROTECTED] from
> getting quarantined:
> @spam_quarantine_to_maps = (
> { '[EMAIL PROTECTED]' => '', },
> $spam_quarantine_to,
> );
> This would be placed after your $spam_quarantine_to setting. There
> are two single quotes after =>
> amavisd.conf-sample illustrates something similar to these.
Thank you very much.
--
Brian Schang
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/