To balance out with the rcpt logging diff'd against the CVS version
(peter@boku.net) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@343 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
bfd609fb32
commit
09531ad70c
@ -233,6 +233,8 @@ sub mail {
|
|||||||
($from) = "<" . ($from_parameter =~ m/^from:\s*(\S+)/i)[0] . ">"
|
($from) = "<" . ($from_parameter =~ m/^from:\s*(\S+)/i)[0] . ">"
|
||||||
unless $from;
|
unless $from;
|
||||||
|
|
||||||
|
$self->log(LOGWARN, "$$ from email address : [$from]");
|
||||||
|
|
||||||
if ($from eq "<>" or $from =~ m/\[undefined\]/) {
|
if ($from eq "<>" or $from =~ m/\[undefined\]/) {
|
||||||
$from = Qpsmtpd::Address->new("<>");
|
$from = Qpsmtpd::Address->new("<>");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user