http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4825





------- Additional Comments From [EMAIL PROTECTED]  2006-06-01 16:20 -------
Hrm.

I'm +1 on this, though I wonder if we shouldn't just always get rid of the 
trailing CRLF instead?  ala:

--- lib/Mail/SpamAssassin/Client.pm     (revision 410868)
+++ lib/Mail/SpamAssassin/Client.pm     (working copy)
@@ -482,6 +482,7 @@
 sub _parse_response_line {
   my ($self, $line) = @_;
 
+  $line =~ s/\r?\n$//;
   return split(/\s+/, $line, 3);
 }




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to