Patrick Starrenburg <[EMAIL PROTECTED]> writes: > Hmmm - bit of a problem - difference between upper and lower case in > config file resulting in e-mails going into black hole. Especially > when the rest of examples are all upper case ;-)
/etc/tmdarc and ~/.tmda/config are just Python programs. Python syntax is case sensitive. > What was doing the munching? Currently, if there is an error in /etc/tmdarc, the rest of file is skipped. Otherwise, an error there would hold up every TMDA user on the system until fixed. So, you probably had some important settings after the OS.UMASK() that were skipped because of the syntax error. Perhaps this should be changed to not skip over errors in /etc/tmdarc, I dunno. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
