bernhard: utils/testing send_filtertest_emails.py,1.6,1.7

cvs at intevation.de cvs at intevation.de
Thu Jun 9 13:16:40 CEST 2005


Author: bernhard

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

Modified Files:
	send_filtertest_emails.py 
Log Message:
Using reserved domain names (according to RFC2606) 
	for the example email addresses now. Thanks to radoeka.


Index: send_filtertest_emails.py
===================================================================
RCS file: /kolabrepository/utils/testing/send_filtertest_emails.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- send_filtertest_emails.py	7 Jun 2005 21:08:57 -0000	1.6
+++ send_filtertest_emails.py	9 Jun 2005 11:16:38 -0000	1.7
@@ -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.loc", 
+    send_mail(envelope_from, envelope_to, "rumpelstilzchen at big.invalid", 
               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.loc", header_to, 3,
+    send_mail("<>", envelope_to, "some at non-existing.invalid", 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.loc", envelope_to, 
+    send_mail("x-commits-bounces-+y=malinglist.org at example.org", envelope_to, 
               header_from, header_to, 4,
               smtp_host = smtp_host, smtp_port = smtp_port)
 





More information about the commits mailing list