Sam Carleton <[EMAIL PROTECTED]> writes: > I am trying to understand how to cofigure the outgoing filter. > > After looking at the documentation, I don't under the whole to/from > for both ezmlm and mailman. Can someone please explain it to me.
The from-ezmlm and from-mailman are probably most useful, and they're most useful in your incoming filter, not your outgoing filter. If you don't run mailing lists using the ezmlm or Mailman software, they are of no use at all. What they do is compare an email address against the subscriber database of the list. > What type of policy do most folks use? Do you all whitelist those > that you send mail to, or simply give them a dated address to reply > to? I whitelist anyone I'm likely to have a conversation with. If it's just a quick reply to someone I likely won't send another mail to I'll just let TMDA use the 'dated' default. > How do you set a default rule to carry out this acction, in the > outgoing file? to-file ~/.tmda/lists/whitelist bare is the simplest way to do it. If you use CDB or DBM databases, be sure to include the -autocdb or -autodbm flag on this rule in your outgoing filter, as well as on the rule in your incoming filter. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
