Your message dated Mon, 23 Aug 2010 23:48:04 +0000
with message-id <[email protected]>
and subject line Bug#580703: fixed in smartlist 3.15-22
has caused the Debian Bug report #580703,
regarding smartlist: Smartlist doesn't recognize Domains with trailing numbers.
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.)


-- 
580703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: smartlist
Version: 3.15-21
Severity: important
Tags: upstream patch

This bug has been reported as #579376 to lists.debian.org

This bug makes it possible to subscribe third party mailaddresses to
mailinglists under some circumstances, so i'm flagging it as
important.

This is caused that the sed-regexp don't work with domains having a
trailing number which leaves the $address variable empty and subscribe
later parses another address from the confirmation mail and simply
subscribes it.

IMHO a real fix shouldn't do that, instead it should stop if it can't
figure out the mailaddress from the Cookie-Directory.

I now produced and applied a small workaround for lists.d.o:
----------------------------------------------------------------
--- /home/cvs/lists-debian-org/.bin/subscribe 2009/01/29 09:41:36  1.7
+++ /home/cvs/lists-debian-org/.bin/subscribe 2010/05/07 20:07:31  1.8
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 :
 # Copyright (c) 1993-1996, S.R. van den Berg, The Netherlands
 #$Id: subscribe,v 1.36 1996/12/21 03:28:11 srb Exp $
@@ -41,13 +41,13 @@
  $sed -n -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
   -e '/^[       ]*[^    a-z]/ q' \
   -e 's/^...@]*add[      ]*'\
-'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z][^ ]*\).*/\1/p' \
+'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z0-9][^ ]*\).*/\1/p' \
   -e 's/^...@]*address[  ]*'\
-'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z][^ ]*\).*/\1/p' \
+'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z0-9][^ ]*\).*/\1/p' \
   -e 's/^...@]*sub[      ]*'\
-'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z][^ ]*\).*/\1/p' \
+'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z0-9][^ ]*\).*/\1/p' \
   -e 's/^...@]*subscribe[        ]*'\
-'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z][^ ]*\).*/\1/p'`
+'[^ ]*[ ]\([^ ]*[-a-z0-9...@!][a-z0-9][^ ]*\).*/\1/p'`

 fromaddr=`$cat $tmpfrom`
----------------------------------------------------------------
(you get the idea, however, the spaces are wrong)

Cord

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages smartlist depends on:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  procmail                      3.22-19    Versatile e-mail processor
ii  sendmail-bin [mail-transport- 8.14.3-9.1 powerful, efficient, and scalable 

Versions of packages smartlist recommends:
ii  base-passwd                   3.5.22     Debian base system master password

smartlist suggests no packages.

-- 



--- End Message ---
--- Begin Message ---
Source: smartlist
Source-Version: 3.15-22

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

smartlist_3.15-22.diff.gz
  to main/s/smartlist/smartlist_3.15-22.diff.gz
smartlist_3.15-22.dsc
  to main/s/smartlist/smartlist_3.15-22.dsc
smartlist_3.15-22_amd64.deb
  to main/s/smartlist/smartlist_3.15-22_amd64.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.
Santiago Vila <[email protected]> (supplier of updated smartlist 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: SHA256

Format: 1.8
Date: Tue, 24 Aug 2010 01:34:14 +0200
Source: smartlist
Binary: smartlist
Architecture: source amd64
Version: 3.15-22
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Description: 
 smartlist  - Versatile and Intelligent List Processor
Closes: 580703
Changes: 
 smartlist (3.15-22) unstable; urgency=low
 .
   * Fixed several scripts to deal with domain names starting with numbers.
     Thanks to Cord Beermann. Closes: #580703.
Checksums-Sha1: 
 b39ca11bf426a423e6716c0ff3da17546d93bd01 1221 smartlist_3.15-22.dsc
 5e0f2108409133d8b525c3a3cddf1a8eba2e5777 25738 smartlist_3.15-22.diff.gz
 c13d5d8eb72225b3e6eb23cfcbed38020080fd99 94234 smartlist_3.15-22_amd64.deb
Checksums-Sha256: 
 c78e17fb03ba2f66af4e4a26ad7f7fbfa3ed9ad80f278221e54313b0151aaf82 1221 
smartlist_3.15-22.dsc
 a2d215e5c06eb640814c003bf579fa4f75694f750517c028eb74a9fa87c07171 25738 
smartlist_3.15-22.diff.gz
 e7a021ffa1d8f066543f008081596fc391f6ca0177f2210f66eeac9269f5fbfd 94234 
smartlist_3.15-22_amd64.deb
Files: 
 6bd051446ff0527b180a77a58b527b5c 1221 mail optional smartlist_3.15-22.dsc
 2e21215674ed536bd0d78e1301623fc6 25738 mail optional smartlist_3.15-22.diff.gz
 27ca11baa8c5f7d4d9f8ceff2d18886c 94234 mail optional 
smartlist_3.15-22_amd64.deb

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

iQEcBAEBCAAGBQJMcwa/AAoJEEHOfwufG4sySVoH/i/9YmDUFo0oLrCwMVRIxr89
2UWi+uXQbHb+mSQkQlNIa6C+Hqv9wkr9pLBMZer/oFzti2Z5YB3odtUdEEH9mbd1
/SFjAGWbnNxThwpwVJYLe7N3FCMLVpJeejGfqTr98TRQl3gGQy6I8G0a+IAxT3in
Gvp5vgAjAhYllnRS26gDNSXmVLsvCi+cFdPcms5Avz7RrT4dUR3gIpTnKA8I6ZxC
upLM4gpyyhQmtPtaadA6exQ0nZbwkq4DytzggQa7QHrUxDfQg+d1lvcmEuULVWO1
W3Kc8JMvDk0juHi3BGQbRAU43wDdod1k7RnL95yhZl/upBpmRxUSqNx7wTyGepA=
=M/IU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to