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

cvs at intevation.de cvs at intevation.de
Fri Jun 17 11:33:22 CEST 2005


Author: bernhard

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

Modified Files:
	send_filtertest_emails.py 
Log Message:
Improved username check.


Index: send_filtertest_emails.py
===================================================================
RCS file: /kolabrepository/utils/testing/send_filtertest_emails.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- send_filtertest_emails.py	9 Jun 2005 11:16:38 -0000	1.7
+++ send_filtertest_emails.py	17 Jun 2005 09:33:20 -0000	1.8
@@ -116,7 +116,7 @@
         print >>sys.stderr, "--smtp-host missing"
         error = True
 
-    if '@' in username:
+    if not error and '@' in username:
         print >>sys.stderr, "error: \"@\" in username!"
         error = True
 





More information about the commits mailing list