procmail
[Top] [All Lists]

Re: includerc, explicit to:, /dev/null

2005-07-01 00:55:17


LINEBUF=4096
# Filter out unwanted emails to my domain
:0:
* ^TO_(austin|\
adam|\
adkins|\


i think that you are victim of a dictionary atack

emails claiming to be from xxx(_at_)your(_dot_)domain to peter, paul,
 and marie and so on and on @your.domain

i use something like this
#N fake my domain email 1
:0
* From:.*my-domain\.de
* !Received:.*\[123.123.123.123\]
!quarantine
#N fake my domain email 2
:0
* Received: from (my-doamin\.de|123.123.123.123)
* !Received:.*\[123.123.123.123\]
!quarantine

where 123.123.123.123 is the ip of your / my smtp host

Matthias Haeker




____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Re: includerc, explicit to:, /dev/null, Matthias Haeker <=