diff -ur Sendmail-Milter-0.18.orig/Milter.pm Sendmail-Milter-0.18/Milter.pm --- Sendmail-Milter-0.18.orig/Milter.pm 2001-10-10 05:21:22.000000000 +0100 +++ Sendmail-Milter-0.18/Milter.pm 2009-09-24 12:03:48.000000000 +0100 @@ -149,7 +149,7 @@ # Just ignore rest of line in case it's F=T, T=blah... # Or just T=blah... - if ($line =~ /^X(.+),\s*S\=(.+),\s*[FT]\=(.)/) + if ($line =~ /^X(.+),\s*S\=(.+?),\s*[FT]\=(.)/) { $current_name = $1; $conn_info = $2;