Alex Planting <[EMAIL PROTECTED]> writes:
> I've been strugling now for several days getting tmda to work properly.
> Everything seems to work okay but when I send an testmail to my emailaddress
> an reply of confirmation is not being send.
> The testmail does get deliverd to my pending queue like this in the incoming
> log:
> -----------------------------------------------------------------------------
> Date: Wed Jan 22 11:11:28 CET 2003
> Sndr: <>
> From: "Alex Planting" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subj: gvd gvd gvd
> Actn: CONFIRM action_incoming (964)
Here TMDA decides that nothing in your filter matches. Rather odd, if
your incoming filter really is the one below, since the empty envelope
sender should should match your first rule. Since there was no
filter match, TMDA logs that it will send a confirm request and that
it decided to do so because your ACTION_INCOMING setting is 'confirm'.
> Date: Wed Jan 22 11:11:28 CET 2003
> Sndr: <>
> From: "Alex Planting" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subj: gvd gvd gvd
> Actn: CONFIRM pending 1043230288.12736.msg (964)
Here TMDA is teilling you that it stored the message in pending and
will send a confirm message. This can be confusing, because both the
previous log message and this one say CONFIRM, but they're talking
about the same message (see the Date) and storing it in pending is the
next step after determining what to do with it.
> Date: Wed Jan 22 11:11:28 CET 2003
> Sndr: <>
> From: "Alex Planting" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subj: gvd gvd gvd
> Actn: NOREPLY (envelope sender = <>) (964)
Here, TMDA notices that your envelope sender is the empty address (<>)
and doesn't send a confirm request (NOREPLY), because where would it
go? So the reason you're not seeing a confirm request is because TMDA
is not sending one.
For some reason, the real envelope sender is getting changed to the
empty envelope sender. I suspect the culprit is in your .procmailrc,
below.
> my .procmailrc looks like this:
> PATH=/bin:/usr/local/bin:/usr/bin/:/bin
> MAILDIR=$HOME/mail
> DEFAULT=/var/spool/mail/alex
> LOGFILE=/dev/null
> SHELL=/bin/sh
>
> EXTENSION = "$1"
> :0
> * EXTENSION ?? .
> {
> DELIMITER = "+"
> }
> RECIPIENT = "alex$DELIMITER$[EMAIL PROTECTED]"
> SENDER=`formail -x Return-Path | sed 's/[<>]//g:s/^[]*//'`
^
This colon should be a semi-colon. --------------|
Tim
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users