Javier Carlos Viegas a écrit :
> Hi there i would like to know the correct syntax to blacklist some domains
> that are always spamming.
From
http://www.ijs.si/software/amavisd/README.lookups.txt
<cite>
Hash lookups (e.g. for [EMAIL PROTECTED]) are performed in the
following order:
- lookup for [EMAIL PROTECTED]
- lookup for [EMAIL PROTECTED] (only if $recipient_delimiter is '+')
- lookup for user+foo@
- lookup for user@ (only if $recipient_delimiter is '+')
- lookup for sub.example.com
- lookup for .sub.example.com
- lookup for .example.com
- lookup for .com
- lookup for .
</cite>
so you want "example.com" (to match [EMAIL PROTECTED]) or ".example.com"
(to match [EMAIL PROTECTED]).
> I ´ve got a hard blacklist file and
> i´ve been trying different ways for example lets say the domain for the
> person who sends spam is [EMAIL PROTECTED], and the address changes but for
> the domain, sometimes he ses [EMAIL PROTECTED]
>
> i´ve tried blacklisting him like [EMAIL PROTECTED] and [EMAIL PROTECTED]
> .spam.you and mails from the domain spam.you are still delievered without the
> ***SPAM*** tag,
> i don´t care the spam level, i would like to always have spam.you mail tagged
> as spam. What am i doing wrong.
>
> And another thing, is there anyway to blacklist an email but using header
> info as a trigger? Mails with ***UNCHECKED*** are bypassing the
> spam tags. So i would like to blacklist all mails that have ***UNCHECKED***
> on the header. How can i do this.
>
> Like i said before, i´am using a file for blacklisting senders.
>
> Thanks.
>
>
> Javier
>
> __
> El contenido de este mail o cualquier adjunto en el, es confidencial y solo
> pertenecen a la persona que figura como remitente. Si ha recibido este mail
> por error, por favor notifique al administrador del sistema. Cualquier
> opinión vertida o información publicada en el presente mail, pertenece a su
> autor y no obliga de ninguna medida a la empresa. La empresa no se
> responsabiliza en ningún modo, por el contenido de virus informáticos que
> este mail pueda contener, ni se responsabiliza por daños causados por el
> mismo.
> __
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed. If
> you have received this email in error please notify the system manager.
> Please note that any views or opinions presented in this email are solely
> those of the author and do not necessarily represent those of the company.
> Finally, the recipient should check this email and any attachments for the
> presence of viruses. The company accepts no liability for any damage caused
> by any virus transmitted by this email.
>
> -------------------------------------------------------------------------
> 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/
>
-------------------------------------------------------------------------
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/