Parent Directory | Revision Log | Revision Graph
* Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 0.96-4.sme - Fix error when RCPT TO is not valid [SME: 8861]
1 | diff -Nur qpsmtpd-0.96/lib/Qpsmtpd.pm qpsmtpd-0.96_bz9460/lib/Qpsmtpd.pm |
2 | --- qpsmtpd-0.96/lib/Qpsmtpd.pm 2016-02-16 23:52:02.000000000 +0100 |
3 | +++ qpsmtpd-0.96_bz9460/lib/Qpsmtpd.pm 2016-05-16 11:52:07.041152848 +0200 |
4 | @@ -448,7 +448,7 @@ |
5 | sub address { |
6 | my $self = shift; |
7 | my $addr = Qpsmtpd::Address->new(@_); |
8 | - $addr->qp($self); |
9 | + $addr->qp($self) if $addr; |
10 | return $addr; |
11 | } |
12 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |