wilde: utils/testing send_filtertest_emails.py,1.12,1.13

cvs at kolab.org cvs at kolab.org
Wed Jun 30 15:57:33 CEST 2010


Author: wilde

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

Modified Files:
	send_filtertest_emails.py 
Log Message:
Some minor text corrections.


Index: send_filtertest_emails.py
===================================================================
RCS file: /kolabrepository/utils/testing/send_filtertest_emails.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- send_filtertest_emails.py	16 Mar 2007 01:50:24 -0000	1.12
+++ send_filtertest_emails.py	30 Jun 2010 13:57:31 -0000	1.13
@@ -5,7 +5,7 @@
 with the real values for a test account on your server.
 
 Need to be run from a server that can give emails to postfix
-without authentification. 
+without authentication. 
 Typically use an IP of priviledge networks of your Kolab server.
 Attention: "envelope header from check" does not check mail from 127.0.0.1,
 so do NOT use localhost.
@@ -169,7 +169,7 @@
 	      loginname = loginname, password = password,
               text = "Kolab filter testmail.\nExpected result: delivery")
 
-    # 2: bounce mail: different from and host envelope
+    # 2: bounce mail: different envelope_from and header_from
     send_mail(envelope_from, envelope_to, "rumpelstilzchen at big.invalid", 
               header_to, 2,
               smtp_host = smtp_host, smtp_port = smtp_port,





More information about the commits mailing list