Paolo, > > I have installed the latest version of amavisd. > > Now amavisd blocks all .exe attachment. > > Ho can I say to amavisd to block all .exe attachment except if the sender > > of the mail is [EMAIL PROTECTED]
Gary V writes: > Read examples 6, 7 and 8: > http://www200.pair.com/mecham/spam/bypassing.html Also, if mail is signed by a DKIM signature (e.g. from gmail.com), amavisd-new 2.6.0 and later allows for a reliable bypassing (of banned, spam, ...) based on a sender address and based on trust in a signing domain. @author_to_policy_bank_maps = ( { 'friends.example.net' => 'NOBANNEDCHECK', '[EMAIL PROTECTED]' => 'NOBANNEDCHECK', } ); $policy_bank{'NOBANNEDCHECK'} = { bypass_banned_checks_maps => [1], banned_files_lovers_maps => [1], }; Search RELEASE_NOTES for: - a new configuration variable @author_to_policy_bank_maps Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
