Wolfgang Zeikat wrote:
Hi,

On 07/12/07 15:39, Robert Schetterer wrote:

> Hi, @ll
> the newest version of pdfinfo plugin
> matched some new pdf spam right now
>
> *  2.0 GMD_PDF_FUZZY2_T3 BODY: Fuzzy MD5 Match
>     *      3D4E25DE4A05695681D694716D579474
>

yes it does that here too in SA 3.1.8, but I get errors like:

Jul 12 15:59:53 spamlock3 spamd[13136]: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/PDFInfo.pm line 300, <GEN394> line 532. Jul 12 15:59:53 spamlock3 spamd[13136]: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/PDFInfo.pm line 261, <GEN394> line 532. Jul 12 15:59:53 spamlock3 spamd[13136]: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/PDFInfo.pm line 262, <GEN394> line 532.

I noticed that some of the latest pdf spam mails do not contain a filename in the mime headers, could that be a reason for the above behaviour?

Possibly, but seeing that line 300 is just a dbg() line itself, you can either comment it out, or change it to something that will not through a warn.

   # dbg("pdfinfo: found part, type=$type file=$name cte=$cte");
dbg("pdfinfo: found part, type=".($type ? $type : '')." file=".($name ? $name : '')." cte=".($cte ? $cte : '')."");

Thanks,

--
Dallas Engelken
[EMAIL PROTECTED]
http://uribl.com

Reply via email to