Anton,

Could you try replacing the SENDMAIL entry in dbmail.conf with something like

SENDMAIL=/bin/logger.sh

where logger.sh reads like:

#!/bin/sh
LOGFILE=/tmp/log.txt
hr() {
        echo --------------------------- >> $LOGFILE
}
br() {
        echo >> $LOGFILE
}

hr
date >> $LOGFILE
br
echo "$@" >> $LOGFILE
br
cat - >> $LOGFILE
br


and see if the /tmp/log.txt already contains the double headers. I've setup an external forwarder like you did, but I still don't get duplicates.





Anton Nekhoroshikh wrote:
Hi,

Additional info:

i send example.txt.dbg from server via command:
mail -s debug [EMAIL PROTECTED] < maillog.debug
and delivered message with double headers

if send via command:
mail -s debug [EMAIL PROTECTED] < maillog.debug

[EMAIL PROTECTED] is alias for [EMAIL PROTECTED] mailbox

The problem means arises only at forward messages !

Anton Nekhoroshikh> Добрый день Paul,

Anton Nekhoroshikh> Saturday, October 16, 2004, 2:29:03 AM, you wrote:

Anton Nekhoroshikh> I have dbmail from cvs.

Anton Nekhoroshikh> Message delivered via
Anton Nekhoroshikh> dbmail-smtp with double message header.

Anton Nekhoroshikh> In attache message with
Anton Nekhoroshikh> double header and debug info from maillog.





--
  ________________________________________________________________
  Paul Stevens                                         [EMAIL PROTECTED]
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands_______________________________________www.nfg.nl

Reply via email to