"Vladimir Potapov" <[EMAIL PROTECTED]> writes:

> >Do you have LOGFILE_INCOMING enabled in your config file?  If not,
> >please enable it and show us the log entries related to a test message
> >you send from [EMAIL PROTECTED] to [EMAIL PROTECTED]
> 
> 
> bash-2.05b# cat incoming-log
> 
> Date: Tue Nov 11 01:07:01 MSK 2003
> From: "Vladimir Potapov" <[EMAIL PROTECTED]>
>   To: [EMAIL PROTECTED]
> Subj: test
> Actn: CONFIRM action_incoming
> (683)

This means that TMDA looked at your filter and didn't find
'[EMAIL PROTECTED]', so it ended up doing the default action for incoming
mail, which is to 'confirm'.

Probably the next step is for you to post your incoming filter file
(if you haven't changed FILTER_INCOMING in your config file, it should
be at ~/.tmda/filters/incoming) and your whitelist.

> Date: Tue Nov 11 01:07:02 MSK 2003
> From: "Vladimir Potapov" <[EMAIL PROTECTED]>
>   To: [EMAIL PROTECTED]
> Subj: test
> Actn: CONFIRM pending 1068502021.9251.msg
> (683)

This means that TMDA copied the message to the pending/ directory so
that when the sender replies to the confirmation request message, TMDA
can find the message and deliver it.

> Date: Tue Nov 11 01:07:10 MSK 2003
> Sndr: [EMAIL PROTECTED]
> From: Vladimir Potapov <[EMAIL PROTECTED]>
> Rept: [EMAIL PROTECTED]
>   To: [EMAIL PROTECTED]
> Subj: Please confirm your message
> Actn: CONFIRM action_incoming
> (2352)

This is the confirmation request coming to the sender of the
original message.  Since you were the original sender, the
confirmation request comes right back to you.  TMDA doesn't know what
it is (it's just a piece of email, like any other), so again, TMDA
does the default action, meaning 'confirm'.  But...

> Date: Tue Nov 11 01:07:10 MSK 2003
> Sndr: [EMAIL PROTECTED]
> From: Vladimir Potapov <[EMAIL PROTECTED]>
> Rept: [EMAIL PROTECTED]
>   To: [EMAIL PROTECTED]
> Subj: Please confirm your message
> Actn: CONFIRM pending 1068502030.25604.msg
> (2352)

First, it stores the confirmation request message in pending/, as
usual for new messages from unrecognized senders, and then...

> Date: Tue Nov 11 01:07:10 MSK 2003
> Sndr: [EMAIL PROTECTED]
> From: Vladimir Potapov <[EMAIL PROTECTED]>
> Rept: [EMAIL PROTECTED]
>   To: [EMAIL PROTECTED]
> Subj: Please confirm your message
> Actn: NOREPLY (Auto-Submitted: auto-replied)
> (2352)

It tries to send another confirmation message but it realizes that the
envelope sender is empty ( <> ), so it dosn't send the confirmation
request this time, because there is no address to send it to.

My guess is that, while you may have added '[EMAIL PROTECTED]' to your
whitelist, you aren't referencing your whitelist file from your
incoming filter.  If we can see both files, though, we can tell for
sure what's going on.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to