http://bugzilla.spamassassin.org/show_bug.cgi?id=3149
Summary: % in message-id => error
Product: Spamassassin
Version: 2.55
Platform: PC
OS/Version: other
Status: NEW
Severity: major
Priority: P5
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
When sending a mail with % in message ID spamassassin gives:
Mar 10 16:02:35 filter postfix/cleanup[3278]: 0F61051D4:
message-id=<[EMAIL PROTECTED]>
Mar 10 16:02:35 filter postfix/qmgr[934]: 0F61051D4:
from=<[EMAIL PROTECTED]>, size=350, nrcpt=1 (queue active)
Mar 10 15:02:35 filter postfix/smtpd[3286]: connect from unknown[127.0.0.1]
Mar 10 15:02:35 filter postfix/smtpd[3286]: 1D08E51D2:
client=unknown[127.0.0.1]
Mar 10 15:02:35 filter postfix/smtpd[3286]: lost connection after DATA from
unknown[127.0.0.1]
Mar 10 15:02:35 filter postfix/smtpd[3286]: disconnect from unknown[127.0.0.1]
Mar 10 16:02:35 filter spampd[3328]: WARNING!! Error in process_request eval
block: Modification of a read-only value attemp
ted at /usr/lib/perl5/5.8.0/i686-linux/Sys/Syslog.pm line 296, <_GEN_2> line 8.
Mar 10 16:02:35 filter postfix/smtp[3293]: 0F61051D4:
to=<[EMAIL PROTECTED]>, relay=localhost[127.0.0.1], delay=13,
status=deferred (lost connection with localhost[127.0.0.1] while sending end of
data -- message may be sent more than once)
To reproduce:
$ telnet antispam 25
Trying 14.29.15.205...
Connected to antispam.
Escape character is '^]'.
220 antispam ESMTP Postfix
mail from: <[EMAIL PROTECTED]>
250 Ok
rcpt to: <[EMAIL PROTECTED]>
250 Ok
data
354 End data with <CR><LF>.<CR><LF>
Message-ID: <[EMAIL PROTECTED]>
.
250 Ok: queued as 62A7B51D3
quit
221 Bye
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.