Currently my maildroprc code for TMDA looks like this:

  LOCKTMDA=$HOME/.tmda.lock
  flock $LOCKTMDA {
    SH_SENDER=escape($SENDER)
    cc "| env SENDER='$SENDER' /usr/local/tmda/bin/tmda-filter"
    if ($EXITCODE != "0")
    {
      EXITCODE=0
      exit
    }
  }
  #continue processing if TMDA approves message

Someone on the courier list suggested that processing empty senders didn't
make sense - I realize it does (that's how TMDA knows about the bounces to
it's confirmation messages - right?) BUT on the other hand, will TMDA eat
the bounces that my users generate themselves?

What happens when I, [EMAIL PROTECTED], send mail to [EMAIL PROTECTED] - but
there is no bob - the message generates a local DSN for my message - does
TMDA intelligently pass this message? or does it generate a bounce - if it
does pass it, does it do so in a way that doesn't open a door to spammers
simulating delivery by formatting their messages as bounces?

Continuing my education... ;-)

Thanks!

m/

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

Reply via email to