[Mimedefang] Not scanning list messages

David F. Skoll dfs at roaringpenguin.com
Tue Jun 4 11:17:46 EDT 2002


On Tue, 4 Jun 2002, Adam Beatham wrote:

> Every other message that passes through my server, adds this log entry
>          "Milter add: header: X-Scanned-By: MIMEDefang 2.14 (www dot
> roaringpenguin dot com slash mimedefang)"

> All the messages from mimedefang at lists.roaringpenguin.com, do not.  and
> those are the only ones.. it's just strange..

Aha.  Check mimedefang.c, line 1214.  If there's already an
X-Scanned-By: header identical to what we would add, we don't bother
adding another one. :-)

If you want to feel assured that messages really are getting scanned,
just add this line to your filter_end routine:

	syslog('info', "Yes, I really did scan $MsgID.");

:-)

Regards,

David.




More information about the MIMEDefang mailing list