On Mon, November 12, 2018 8:54 am, turgut kalfaoğlu wrote:
> Hello there. I was fed up with some repeated spam that was coming our
> way, and had the idea that it would be great if the clamd could stop these.

Are these being detected with 3rd party signatures?

> $ echo This is a text line from the annoying spam | sigtool --hex-dump
>

Try -n

eg.

echo -n This is a text line from the annoying spam|sigtool --hex-dump
5468697320697320612074657874206c696e652066726f6d2074686520616e6e6f79696e67207370616d

echo This is a text line from the annoying spam|sigtool --hex-dump
5468697320697320612074657874206c696e652066726f6d2074686520616e6e6f79696e67207370616d0d0a

Note that line feed 0d0a etc. at the end of the signature, which may
cause it to fail.

-- 
Cheers,

Steve
Twitter: @sanesecurity

_______________________________________________
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml

Reply via email to