--- lib/Qpsmtpd/SMTP.pm.no_brackets Thu May 19 13:30:23 2005 +++ lib/Qpsmtpd/SMTP.pm Thu May 19 13:47:40 2005 @@ -239,8 +239,9 @@ my ($from) = ($from_parameter =~ m/^from:\s*(<[^>]*>)/i)[0]; # support addresses without <> ... maybe we shouldn't? - ($from) = "<" . ($from_parameter =~ m/^from:\s*(\S+)/i)[0] . ">" - unless $from; + # no, we shouldn't. + # ($from) = "<" . ($from_parameter =~ m/^from:\s*(\S+)/i)[0] . ">" + # unless $from; $self->log(LOGWARN, "from email address : [$from]");