/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd-0.29-no_brackets.patch
ViewVC logotype

Contents of /rpms/qpsmtpd/sme8/qpsmtpd-0.29-no_brackets.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 20:46:55 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: qpsmtpd-0_32-13_el5_sme
Import on branch sme8 of package qpsmtpd-0.32-13.el5.sme.src.rpm

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed