Try:
@bypass_banned_checks_maps = ( [qw( us...@example.com )] );
This syntax is like the sample provided in amavisd.conf-sample
--
Gary V
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
AMaViS-user mailing list
AMaVi...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
Please visit http://www.ijs.si/software/amavisd/ regularly
For administrativa requests please send email to rainer at openantivirus dot org
Le 22/07/10 03:53, Gary V a écrit :
> On 7/21/10, Luc MAIGNAN wrote:
>> Hi,
>>
>> I configure amavisd.conf as :
>>
>> @bypass_banned_checks_maps = ( {'[na...@domain.com]' => 1,});
>>
>> to whitelist all banned that are sent to this email address/ But
>> unfortunaly, it doesn't work...
>>
>> Is it the good method ?
>>
>> If yes, what's wrong ?
>>
>> Thanks for any help
>>
>> BR
> Try:
> @bypass_banned_checks_maps = ( [qw( us...@example.com )] );
>
> This syntax is like the sample provided in amavisd.conf-sample
>
If the message is sent to more than one recipient, the scan may still
take place so it's also a good idea to set a corresponding lovers map:
@banned_files_lovers_maps = @bypass_banned_checks_maps = ( [qw(
us...@example.com )] );
--
Gary V
Also read your log file to see if the message was stopped for some
other reason (spam, virus, bad header). Make sure that it really was
"Blocked BANNED".
still no way for me to let my whitelist work with
bypass_banned_checks_maps...
Has anyone an idea and/or a example that works ???
Many thanks
Le 22/07/10 03:53, Gary V a écrit :
> On 7/21/10, Luc MAIGNAN wrote:
>> Hi,
>>
>> I configure amavisd.conf as :
>>
>> @bypass_banned_checks_maps = ( {'[na...@domain.com]' => 1,});
>>
>> to whitelist all banned that are sent to this email address/ But
>> unfortunaly, it doesn't work...
>>
>> Is it the good method ?
>>
>> If yes, what's wrong ?
>>
>> Thanks for any help
>>
>> BR
> Try:
> @bypass_banned_checks_maps = ( [qw( us...@example.com )] );
>
> This syntax is like the sample provided in amavisd.conf-sample
>
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
When you say "my whitelist", are you referring to a list of sender
addresses? If so, what format is your whitelist in? Provide sample or
explain. There a number of ways to create a whitelist. You need to be
much more explicit in what it is you are trying to accomplish. Are you
trying to allow senders to be able to bypass banned checks? If so,
that is not what you said. You said "to whitelist all banned that are
sent to this email address". That means recipients.
bypass_banned_checks_maps works for recipients, not senders. If you
are talking about senders, then read #6 and #7 in this document:
http://www200.pair.com/mecham/spam/bypassing.html
Example #6 is not secure. Example #7 is more secure.
> Le 22/07/10 03:53, Gary V a écrit :
> > On 7/21/10, Luc MAIGNAN wrote:
> >> Hi,
> >>
> >> I configure amavisd.conf as :
> >>
> >> @bypass_banned_checks_maps = ( {'[na...@domain.com]' => 1,});
> >>
> >> to whitelist all banned that are sent to this email address/ But
> >> unfortunaly, it doesn't work...
> >>
> >> Is it the good method ?
> >>
> >> If yes, what's wrong ?
> >>
> >> Thanks for any help
> >>
> >> BR
> > Try:
> > @bypass_banned_checks_maps = ( [qw( us...@example.com )] );
> >
> > This syntax is like the sample provided in amavisd.conf-sample
> >
You need to show evidence of what it happening. "It doesn't work" does
not substitute for evidence. A useful tool is to place the sender in
@debug_sender_maps and send a test message then show the detailed log
entries.
# If sender matches ACL, turn debugging fully up, just for this one message
#@debug_sender_maps = ( ["test-sender\@$mydomain"] );
#@debug_sender_maps = ( [qw( de...@example.com de...@example.net )] );
--
Gary V
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm