CVS: tmda/bin ChangeLog,1.273,1.274 tmda-rfilter,1.92,1.93
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/bin In directory sc8-pr-cvs1:/tmp/cvs-serv20154/bin Modified Files: ChangeLog tmda-rfilter Log Message: PENDING_DIR, a new variable which defines the full path to the pending queue directory. Some setups may want to share the pending queue, but not the rest of DATADIR. Default is DATADIR/pending Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda/bin/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- ChangeLog 25 May 2003 05:14:21 -0000 1.273 +++ ChangeLog 26 May 2003 00:43:05 -0000 1.274 @@ -1,3 +1,7 @@ +2003-05-25 Jason R. Mastaler <[email protected]> + + * tmda-rfilter (pendingdir): Use Defaults.PENDING_DIR. + 2003-05-24 Jason R. Mastaler <[email protected]> * tmda-rfilter (bouncegen): Consult Defaults.CGI_VIRTUALUSER when Index: tmda-rfilter =================================================================== RCS file: /cvsroot/tmda/tmda/bin/tmda-rfilter,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- tmda-rfilter 26 May 2003 00:00:30 -0000 1.92 +++ tmda-rfilter 26 May 2003 00:43:05 -0000 1.93 @@ -259,8 +259,7 @@ subject = msgin.get('subject') x_primary_address = parseaddr(msgin.get('x-primary-address'))[1] -# The directory of pending messages. -pendingdir = os.path.join(Defaults.DATADIR, 'pending') +pendingdir = Defaults.PENDING_DIR # Catchall variable to enable/disable auto-responses. auto_reply = 1 _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs