On Tue, Sep 30, 2003 at 11:12:00AM +0200, Pau Villarragut wrote: > Protocolo: SMTP, Respuesta del servidor: 'Malformed UTF-8 character > (overflow at 0x20475a60, byte 0x6f, after start byte 0xbf) in pattern match > (m//) at /var/qmail/bin/qmail-scanner-queue.pl line 647, <STDIN> line 106.
Bug in Perl I'm afraid. But you don't need to upgrade to fix it. Simply set "LANG=C export LANG" at the top of your qmail-smtpd run script (e.g. /services/smtpd/run). That will stop Perl using UTF-8, and will stop the bug from showing up. I'd better document that... -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
