Update of /cvsroot/xmlceclipse/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv29450
Modified Files:
syncmail
Log Message:
Disable syncmail
Index: syncmail
===================================================================
RCS file: /cvsroot/xmlceclipse/CVSROOT/syncmail,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** syncmail 18 Aug 2002 03:05:51 -0000 1.1
--- syncmail 14 Sep 2002 17:07:40 -0000 1.2
***************
*** 71,75 ****
email-addrs
At least one email address.
! """
import os
import sys
--- 71,75 ----
email-addrs
At least one email address.
!
import os
import sys
***************
*** 322,323 ****
--- 322,324 ----
main()
sys.exit(0)
+ """
\ No newline at end of file
|