Cory Wright <[EMAIL PROTECTED]> writes: > On Fri, Jan 03, 2003 at 09:22:40AM -0700, Dan Egli wrote: > > Is the time period for a +dated address hard coded or can it be > > changed? > > I believe what you are looking for is the TIMEOUT variable: > > http://tmda.net/config-vars.html#TIMEOUT > > which goes in your ~/.tmda/config or ~/.tmdarc file.
In addition to the TIMEOUT variable, anywhere you can can used 'dated', you can also use 'dated=<timeout>', where <timeout> is the same format as is documented for the TIMEOUT variable. So you can put the following in your ~/.tmda/config: ACTION_OUTGOING = 2w which means that any mail that doesn't match something in your outgoing filter will default to a dated address with a two week timeout. You can also customize that for each rule in your outgoing filter, if you wish: to [EMAIL PROTECTED] dated=1w to [EMAIL PROTECTED] dated=1M # one month Please see the documentation on the filter file format at http://www.tmda.net/config-filter.html Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
