Steven Stern wrote:
> Jun  5 17:47:04 ciscy sendmail[28711]: i55Ml3ll028711: Milter add: =
> header:
> X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version =
> 0.72\n\ton
> ciscy.sterndata.com
> It appears that the newline and tab are showing up as the text =
> equivalents.



I believe this is normal behavior for sendmail's logging of milter
activity.  Yes, clamav-milter is adding the \n\t ("folding" the long
header line) but it is sendmail that logs it that way.  I think sendmail
does it intentionally, in order to keep everything on a single line in
the log file.  So IMHO it's probably not a bug.

If you want to prevent this, a quick glance at clamav-milter.c suggests
that you can modify 2 snprintf calls in clamfi_eom() to produce unfolded
headers.  It might be nice if clamav-milter had a run-time option to
disable folding of headers, though.

-Matt


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to