Your message dated Tue, 03 Jun 2008 21:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479955: fixed in sa-exim 4.2.1-10
has caused the Debian Bug report #479955,
regarding Greylisting fails for local messages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
479955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479955
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sa-exim
Version: 4.2.1-9
Severity: normal
File: /usr/share/perl5/Mail/SpamAssassin/Plugin/Greylisting.pm

Hi

I'm not sure if greylisting should be called at all for locally
generated messages. But it currently is and complains about not defined
$ipbyte[1-4]. Attached patch changes address of locally generated
messages to 127.0.0.1 to avoid failures in further code.

-- 
        Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-4-vserver-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sa-exim depends on:
ii  debconf [debconf-2.0]         1.5.21     Debian configuration management sy
ii  exim4-daemon-heavy [exim4-loc 4.69-5+b1  Exim MTA (v4) daemon with extended
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  spamc                         3.2.4-1    Client for SpamAssassin spam filte

Versions of packages sa-exim recommends:
ii  perl                          5.10.0-9   Larry Wall's Practical Extraction 

-- debconf information excluded
--- /tmp/Greylisting.pm 2008-05-07 11:52:49.000000000 +0200
+++ /usr/share/perl5/Mail/SpamAssassin/Plugin/Greylisting.pm    2008-05-07 
11:52:43.000000000 +0200
@@ -104,8 +104,12 @@
     }
     chomp($connectip);
     # Clean up input (for security, if you use files/dirs)
-    $connectip =~ /([\d.:]+)/;
-    $connectip = ($1 or "");
+    if ($connectip eq '<locally generated>') {
+        $connectip = '127.0.0.1';
+    } else {
+        $connectip =~ /([\d.:]+)/;
+        $connectip = ($1 or "");
+    }
 
     # Account for a null envelope from
     if (not defined ($envfrom = $permsgstatus->get($option{'envfromhdr'})))

--- End Message ---
--- Begin Message ---
Source: sa-exim
Source-Version: 4.2.1-10

We believe that the bug you reported is fixed in the latest version of
sa-exim, which is due to be installed in the Debian FTP archive:

sa-exim_4.2.1-10.diff.gz
  to pool/main/s/sa-exim/sa-exim_4.2.1-10.diff.gz
sa-exim_4.2.1-10.dsc
  to pool/main/s/sa-exim/sa-exim_4.2.1-10.dsc
sa-exim_4.2.1-10_i386.deb
  to pool/main/s/sa-exim/sa-exim_4.2.1-10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Magnus Holmgren <[EMAIL PROTECTED]> (supplier of updated sa-exim package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 03 Jun 2008 23:01:19 +0200
Source: sa-exim
Binary: sa-exim
Architecture: source i386
Version: 4.2.1-10
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren <[EMAIL PROTECTED]>
Changed-By: Magnus Holmgren <[EMAIL PROTECTED]>
Description: 
 sa-exim    - Use spamAssassin at SMTP time with the Exim v4 MTA
Closes: 300103 347590 472788 479955
Changes: 
 sa-exim (4.2.1-10) unstable; urgency=low
 .
   * Add Finnish Debconf template translation (Closes: #472788). Thanks to
     Esko Arajärvi.
   * New maintainer email address.
   * Use modern fields in debian/control (Homepage; Vcs-* fields without
     XS-).
   * Greylisting.pm: Bail out if a non-IPv4 address is encountered
     (Closes: #300103, #479955).
   * Greylisting.pm: Simplify the sender address so that senders using
     VERP, SRS, etc. hopefully won't be greylisted each and every time
     (Closes: #347590).
   * Increase Standards-Version to 3.7.3; no changes.
Checksums-Sha1: 
 3ea423ee78ccd6a2f8b1185c74690f18b337df0a 1106 sa-exim_4.2.1-10.dsc
 73bc630caf234a29587cb72fd9be335b42963e08 16728 sa-exim_4.2.1-10.diff.gz
 be3d79af8eb96f83b064882a915a9071c99912f0 81840 sa-exim_4.2.1-10_i386.deb
Checksums-Sha256: 
 4c14289b6934b286865dcf207cbf1a9ee81231764d9bddc6f8b835bf7edfff42 1106 
sa-exim_4.2.1-10.dsc
 910326d0b449bba24d54dd7b8a421ca67f9bd29affa9a7835856c93a14ff5ee6 16728 
sa-exim_4.2.1-10.diff.gz
 d18ac6f9ff093ba8e227d7c5d4e91c3c422ca190f667d00c207fb6748c3113c0 81840 
sa-exim_4.2.1-10_i386.deb
Files: 
 a883d76c6e749bd4b68a4e03cb7fe3cd 1106 mail optional sa-exim_4.2.1-10.dsc
 00820e4c41cd35bf8f0b8d609a70a0c0 16728 mail optional sa-exim_4.2.1-10.diff.gz
 6b79521366e40d5318e74e6c5e9890f3 81840 mail optional sa-exim_4.2.1-10_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIRbMLk7mRNn1h4+YRAp2vAKCq94u/w+3RDdeLUKO6Zg0z+sJW3ACeMZQ2
87HGmJ2y84Ombw8uAuZJ/bw=
=KkdV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to