martin: utils/testing send_filtertest_emails.py,1.5,1.6

cvs at intevation.de cvs at intevation.de
Tue Jun 7 23:08:59 CEST 2005


Author: martin

Update of /kolabrepository/utils/testing
In directory doto:/tmp/cvs-serv28257

Modified Files:
	send_filtertest_emails.py 
Log Message:
Martin Konold: Avoid the problematic .local for tld whenever possible as people tend to use this in their real world setups and cause numerious problems with Kolab.


Index: send_filtertest_emails.py
===================================================================
RCS file: /kolabrepository/utils/testing/send_filtertest_emails.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- send_filtertest_emails.py	7 Jun 2005 10:45:26 -0000	1.5
+++ send_filtertest_emails.py	7 Jun 2005 21:08:57 -0000	1.6
@@ -142,18 +142,18 @@
               smtp_host = smtp_host, smtp_port = smtp_port)
 
     # 2: bounce mail: different from and host envelope
-    send_mail(envelope_from, envelope_to, "rumpelstilzchen at big.local", 
+    send_mail(envelope_from, envelope_to, "rumpelstilzchen at big.loc", 
               header_to, 2,
               smtp_host = smtp_host, smtp_port = smtp_port)
 
     # 3: delivered, no mailer-daemon in kolabfilter log: 
     #                    issue774 (null senders not handled by kolabfilter...)
-    send_mail("<>", envelope_to, "some at non-existing.local", header_to, 3,
+    send_mail("<>", envelope_to, "some at non-existing.loc", header_to, 3,
               smtp_host = smtp_host, smtp_port = smtp_port)
 
     # 4: delivered, no Invalid From: header in postfix log:
     # issue783 (envelope header from check has problems with mailinglists)
-    send_mail("x-commits-bounces-+y=malinglist.org at big.local", envelope_to, 
+    send_mail("x-commits-bounces-+y=malinglist.org at big.loc", envelope_to, 
               header_from, header_to, 4,
               smtp_host = smtp_host, smtp_port = smtp_port)
 





More information about the commits mailing list