Just found there was an error when syncmail tried to mail notification
messages:
-------------------------------------------------------------------
Traceback (most recent call last):
File "/cvsroot/vimcdoc/CVSROOT/syncmail", line 322, in ?
f = open(entries_log_fn)
File "/cvsroot/vimcdoc/CVSROOT/syncmail", line 315, in main
## mapping.update(m)
File "/cvsroot/vimcdoc/CVSROOT/syncmail", line 221, in blast_mail
# Create the smtp connection to the localhost
File "/usr/lib/python2.2/smtplib.py", line 276, in connect
for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
socket.gaierror: (-2, 'Name or service not known')
-----------------------------------------------------------------
So i grabbed the latest syncmail from:
http://sourceforge.net/projects/cvs-syncmail
Committed it to our CVS. Tested. Worked smoothly without any errors.
Regards,
|