Josh,
You should be able to use variable interpolation (see
http://www.tmda.net/config-filter.html#addlfeatures) in your outgoing filter
to create the keyword addresses that you want combined with an appropriate
variable.
For example if you want to generate a date/time based keyword address you
would need a variable storing appropriate string defined in your config
file:
import time
LocalTime = time.localtime(time.time())
YYYYmmdd = time.strftime('%Y%m%d',LocalTime)
Then in your outgoing filter you could have the following rule:
to [EMAIL PROTECTED] kw=${YYYYmmdd}
The one caveat to this method is that the variable you are using must be in
either the Defaults namespace no the environment, which precludes using the
recipients username, domain name or full address as far as I can tell.
HTH,
Dave
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of josh
Sent: Thursday, December 02, 2004 11:47 AM
To: [EMAIL PROTECTED]
Subject: dynamic keywords for keyword tagging?
Is it possible to dynamically generate keywords for keyword tagging?
I'm interesting in using a hash of the "to" address as keyword.
This would enable anyone to easily respond to any message of mine, but I
could
still easily blacklist everyone using an address obtained from each original
recipient.
This is better than using date tagging with an unreasonably large timeout,
because each recipient only sees a single stable address for me.
Thanks in advance
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users