Chris Hardie <[EMAIL PROTECTED]> writes: > Entries from incoming logfile: > ------------------------------------------------------------------------- > Date: Mon Nov 18 12:30:41 EST 2002 > Sndr: [EMAIL PROTECTED] > From: William H Felker <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: Re: [execcom] Decision Needed > Actn: CONFIRM action_incoming (3001)
This means that no match was found in your incoming filter and that the default action was taken. > Date: Mon Nov 18 12:30:41 EST 2002 > Sndr: [EMAIL PROTECTED] > From: William H Felker <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: Re: [execcom] Decision Needed > Actn: CC [EMAIL PROTECTED] (3001) Here TMDA CC'ed you. > Date: Mon Nov 18 12:30:41 EST 2002 > Sndr: [EMAIL PROTECTED] > From: William H Felker <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: Re: [execcom] Decision Needed > Actn: CONFIRM pending 1037640641.90852.msg (3001) Here TMDA notes that it has stored the message in the pending/ directory and tells you the filename. > Date: Mon Nov 18 12:30:41 EST 2002 > Sndr: [EMAIL PROTECTED] > From: William H Felker <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: Re: [execcom] Decision Needed > Actn: NOREPLY (List-Help: <mailto:[EMAIL PROTECTED]>) (3001) Here TMDA notes that this was a message from a list (and tells you what header field it used to make that determination) and, because it is a list message, does not send a confirmation request. > Relevant entries in filters/incoming: > > from-file -autodbm ~/.tmda/lists/whitelist_confirmed accept > from-file -autodbm ~/.tmda/lists/whitelist accept > from-file -autodbm ~/.tmda/lists/blacklist bounce You cannot use wildcards in DBM or CDB files. They only work with exact matches. Since the exact match '[EMAIL PROTECTED]' is not found, TMDA takes the default action. I use CDB files (-autocdb) for my main whitelist and maintain a separate text-only list for wildcarded domains. Your whitelist_confirmed file can also be -autodbm, since TMDA never writes wildcard addresses there. Tim _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
