Hi,
I want to do a Exim filter where the headers need to be the same if they are
set.
The headers are: from, sender, reply and disposition-notification-to (maybe
use others)
I'm receiving hundreds/minute connections using some of my email accounts
and the reply are going to someone else.
The headers from one of these e-mails are:
1RHFJd-0008Ev-AK-H
mailnull 47 12
<atest@???>
1319204357 0
-helo_name 100927a
-host_address 123.11.70.14.3455
-host_auth courier_login
-interface_address 201.36.96.221.25
-received_protocol esmtpa
-body_linecount 7
-max_received_linelength 72
-auth_id atest@???
-host_lookup_failed
XX
1
aaa@???
225P Received: from [123.11.70.14] (helo=100927a)
by ns1.cybernet.com.br with esmtpa (Exim 4.69)
(envelope-from <atest@???>)
id 1RHFJd-0008Ev-AK
for aaa@???; Fri, 21 Oct 2011 11:39:17 -0200
051 disposition-notification-to: tarzen180@???
017 returnreceipt: 1
018 mime-version: 1.0
049F from: atest <atest@???>
051S sender: atest <atest@???>
040T to: aaa <aaa@???>
033 date: 21 Oct 2011 21:40:02 +0800
038 subject: =?utf-8?B?YnVvbmdpb3Jubyk=?=
039 content-type: text/html; charset=utf-8
034 content-transfer-encoding: base64
How could I do that. I want to block these kind of e-mail but I don't know
what to do.
Thanks in advance and regards,
Ronaldo