Your message dated Mon, 25 Feb 2008 13:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400089: fixed in greylistd 0.8.6-0.1
has caused the Debian Bug report #400089,
regarding greylistd: 2 acl errors with netmask option acl-example.
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.)


-- 
400089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400089
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: greylistd
Version: 0.8.3

The ACL addition when using the netmask option does not include spaces between the submitted values AND it does not use a '$' before sender_host_address to use the intended variable.

1. in /usr/share/doc/greylistd/examples/exim4-acl-example.txt

   condition   = ${if eq {grey}\
                         {${readsocket{/var/run/greylistd/socket}\
                                      {${mask:sender_host_address/24}\
                                       $sender_address\
                                       [EMAIL PROTECTED]
                                      {5s}{}{}}}\
                   {true}{false}}


results in the greylist database having the values in a sting ie:

66.249.92.0/[EMAIL PROTECTED]@host.com

Adding space to the end of the following lines fixes this ie:

                                      {${mask:$sender_host_address/24} \
                                       $sender_address \

2. In this fixed example there is also a '$' in front of sender_host_address. Without this you get the exim error:

failed to expand ACL string "${if eq {grey}{${readsocket{/var/run/greylistd/socket}{${mask:sender_ host_address/[EMAIL PROTECTED]": "s
ender_host_address/24" is not an IP address


Dave,
--
David Broome   Sr. Programmer Analyst @ FineArts.UVic.CA  /BSc
250.721-6307   [EMAIL PROTECTED]          FIA 221






--- End Message ---
--- Begin Message ---
Source: greylistd
Source-Version: 0.8.6-0.1

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

greylistd_0.8.6-0.1.dsc
  to pool/main/g/greylistd/greylistd_0.8.6-0.1.dsc
greylistd_0.8.6-0.1.tar.gz
  to pool/main/g/greylistd/greylistd_0.8.6-0.1.tar.gz
greylistd_0.8.6-0.1_all.deb
  to pool/main/g/greylistd/greylistd_0.8.6-0.1_all.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.
Morten Werner Forsbring <[EMAIL PROTECTED]> (supplier of updated greylistd 
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.7
Date: Mon, 25 Feb 2008 12:40:48 +0100
Source: greylistd
Binary: greylistd
Architecture: source all
Version: 0.8.6-0.1
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou <[EMAIL PROTECTED]>
Changed-By: Morten Werner Forsbring <[EMAIL PROTECTED]>
Description: 
 greylistd  - Greylisting daemon for use with Exim 4
Closes: 400089 460151
Changes: 
 greylistd (0.8.6-0.1) unstable; urgency=low
 .
   * Non-maintainer upload acknowledged by maintainer.
   * Applied patch from Petter Reinholdtsen which add LSB dependency info
     to init.d-script. (Closes: #460151)
   * Applied patch from David L. Anselmi which fixes a syntax error in
     exim4-acl-example.txt. (Closes: #400089)
Files: 
 128578973a751e2ac5110693d1e3d9d6 558 mail optional greylistd_0.8.6-0.1.dsc
 e0285a1e5da81eb605e58804d2347084 51963 mail optional greylistd_0.8.6-0.1.tar.gz
 004c1f8ef8c39100f38b1e0f90d59e6b 51602 mail optional 
greylistd_0.8.6-0.1_all.deb

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

iD8DBQFHwrh9w951rgNrq40RAp//AKCe3Wcu6vfEVLFZtnXLnAMLXN31TACgwagX
b2IzRzPXQU4FAjh40L3cBPE=
=jfGx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to