"Ruslan V. Sulakov" <[EMAIL PROTECTED]> writes: > "from-file" works fine! But "to-file" doesn't work at all!
You misunderstand what `to' and `to-file' match. From http://tmda.net/filter-sources.html: ``The to-file source examines the envelope recipient but not the To header field, which is often bogus in spam email.'' > Incoming filter is: > % cat /usr/home/ru/.tmda/filters/incoming > from-file ~/.tmda/confirmed ok > to-file ~/.tmda/confirmed ok > % > > ~/.tmda/confirmed contains line: > [EMAIL PROTECTED] > > Now I must get [EMAIL PROTECTED] list in my real email without > request to be confirmed! > > But All emails of [EMAIL PROTECTED] is quarantined by tmda! Add [EMAIL PROTECTED] to ~/.tmda/confirmed and further messages will be let through. This is the Return-Path address that is matched by your `from-file' rule. You can remove the `to-file' rule from your incoming filter. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
