body check
if /^[> ]*Received:/
/^[> ]*Received: +from +(beth\.k12\.pa\.us) / reject forged client
name in Received: header: $1
/^[> ]*Received: +from +[^ ]+ +\(([^ ]+ +[he]+lo=|[he]+lo
+)(beth\.k12\.pa\.us)\)/ reject forged client name in Received:
header: $2
/^[> ]*Received:.* +by +(beth\.k12\.pa\.us)\b/ reject forged mail
server name in Received: header: $1
endif
/^[> ]*Message-ID:.* <!&!/ DUNNO
/^[> ]*Message-ID:.*@(beth\.k12\.pa\.us)/ reject forged domain name in
Message-ID: header: $1
At least last part of rule is incorrect. Peaking at headers of your
message to this mailing list we can see:
Message-Id: <ce10147e-e0cf-4ddc-a635-e42b3b09b...@beth.k12.pa.us>
So this is probably not what you really want, to block massage
containing this in body, because this way you'll block legitimate
replies from mailer-daemon.
Have also a look at archives of this mailing list. I've started a thread
on backscatter on january 26th and got some good ideas (replies) on how
to resolve problem.
Pawel