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

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

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


Revision 1.2 - (show annotations) (download)
Thu Jun 14 19:18:14 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package qpsmtpd-0.40-1.0.el4.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