"Mark Ennis" <[EMAIL PROTECTED]> writes: > Would there be a way to do this with outgoing filters: > > .A local user emails external address [EMAIL PROTECTED] > .The bare message is sent to the recipient. > .The address [EMAIL PROTECTED] is auto-added to the whitelist > > I know it provides a weaker level of protection that normal, but > it's what we need...
Not today. The 'bare=append' action appends the entire address. You could append to a file (using BARE_APPEND, as usual) that isn't the users whitelist and, once a day, say, run a script on that file to scrape the domain from each address and append '[EMAIL PROTECTED]' to a whitelist_domains file, which you would then reference from the incoming filter. I'll add this idea to my list of filter enhancements for TMDA after 1.0 is released. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
