[Cdd-commits] CVSROOT syncmail,1.8,1.9

Otavio Salvador debian-custom@lists.debian.org
Thu, 17 Jun 2004 23:19:26 +0000


Update of /cvsroot/cdd/CVSROOT
In directory haydn:/tmp/cvs-serv4825

Modified Files:
	syncmail 
Log Message:
Back to address variable since we found how deal with mailman problem.

Index: syncmail
===================================================================
RCS file: /cvsroot/cdd/CVSROOT/syncmail,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- syncmail	17 Jun 2004 22:14:42 -0000	1.8
+++ syncmail	17 Jun 2004 23:19:22 -0000	1.9
@@ -229,7 +229,7 @@
         s = StringIO()
         datestamp = time.strftime('%a, %d %b %Y %H:%M:%S +0000',
                                   time.gmtime(time.time()))
-        vars = {'author'  : dump_address_pair((name, 'otavio@debian.org')),
+        vars = {'author'  : dump_address_pair((name, address)),
                 'people'  : COMMASPACE.join(people),
                 'subject' : subject,
                 'version' : __version__,