List Info

Thread: Bypass/whitlist a sender




Bypass/whitlist a sender
user name
2007-06-28 03:26:39
Is it possible to whitelist or bypass spam check for
specific local sender.
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: Bypass/whitlist a sender
user name
2007-06-28 05:59:37
look at either 'bypass_spam_checks' or 'score_sender_maps'


I think the latter is what you require. assign the local
sender a negative
score, this will reduce any spam score they aquire  by that
amount. I think
the first option above may be just for incoming, not sure
about this

mike


On 6/28/07, Azfar Hashmi <azfarhashmigmail.com> wrote:
>
> Is it possible to whitelist or bypass spam check for
specific local
> sender.
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2
express and take
> control of your XML. No limits. Just data. Click to get
it now.
> http://sourcefor
ge.net/powerbar/db2/
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user

> AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/ho
wto/
>
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: Bypass/whitlist a sender
country flaguser name
United States
2007-06-28 09:30:26
Mike wrote:

> Azfar Hashmi wrote:

>> Is it possible to whitelist or bypass spam check
for specific local
>> sender.

> look at either 'bypass_spam_checks' or
'score_sender_maps'

> I think the latter is what you require. assign the
local sender a negative
> score, this will reduce any spam score they aquire  by
that amount. I think
> the first option above may be just for incoming, not
sure about this

> mike

Yes, the latter, bypass is for recipients. If you are
referring to
system generated messages (or anything submitted via
sendmail):

http://www200.pair.com/mecham/spam/bypassing.html#11

If you are referring to mail submitted to smtp from
127.0.0.1/32 or other
local network address you might consider using the MYNETS
policy bank.
A sample configuration is here:
h
ttp://www200.pair.com/mecham/spam/bypassing.html#1

Using a MYNETS policy bank will affect any clients placed
in
mynetworks. If you had to limit it not to a client,
but to one
particular sender, you might be able to use (a more
complex):
h
ttp://www200.pair.com/mecham/spam/bypassing.html#7

with one change. Instead of something like this (which
limits bypassing
to certain recipients):

$policy_bank{'SENDERBYPASS'} = {
 bypass_spam_checks_maps => [[qw( recip1example.net recip2example.net )]],
};

you would bypass_spam_checks for all recipients:

$policy_bank{'SENDERBYPASS'} = {
 bypass_spam_checks_maps => [1],
};

Remember that senders can be spoofed. This third method
tries to
verify that the sender is from a specified network.

Gary V



------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )