> You don't need the => 1 in your entry.   That syntax is for creating
> policy banks, where you assign values to a perl array.  Normal rules
> just take the values as a list.
>
> @bypass_virus_checks_maps = ( "[EMAIL PROTECTED]");
>
> That syntax for all of your entries should work.
>
> Ian wrote:
>> I'm having a hell of a time tuning our quarantine and thought I'd
>> finally
>> actually ask the peeps here to give me the nugget of information that
>> I'm
>> currently lacking. (Even if it's just the nouns I need to use to search
>> this mailing list history for the answer)
>>
>> Currently, we've got a special user "archiver" that gets all emails are
>> BCC'ed to.  I've been trying to figure out how to get amavisd to simply
>> send all emails through to this user without exception, even if it
>> contains spam, bad headers, virii, etc...
>>
>> So far I've got these rules:
>>


I changed the settings from:
@bypass_virus_checks_maps = ({ "[EMAIL PROTECTED]" => 1});
to
@bypass_virus_checks_maps = ("[EMAIL PROTECTED]");

Along with all the other related checks_maps, and now nothing is
quarantined and everyone receives spam.  Are you certain that is the
correct format?

-------------------------------------------------------------------------
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
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to