OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Problem with mailbot autoresponder (Postfix/maildrop)

From: A.P.R. Gelissen (a.gelissenchello.nl)
Date: Tue Dec 28 2004 - 09:41:03 CST


I am using Postfix with maildrop to deliver the received mail. I have
added a script which sends an automatic reply to the user in certain
cases. Unfortunately something goes wrong and postfix ends up saying
"megumi postfix/cleanup[3859]: 7907BFA04D: to=<unknown>, relay=none,
delay=0, status=bounced (No recipients specified)".

I have logged the messages that Postfix pipes to maildrop, and the
message which is send by mailbot (part of the maildrop package):
[original mail]
Return-Path: <myaddressprovider.nl>
Delivered-To: addressmydomain.com
Received: from [...]
Received: [...] for <addressmydomain.com>; Tue, 28 Dec 2004 16:06:08 +0100
Message-ID: <41D1770F.7060402provider.nl>
Date: Tue, 28 Dec 2004 16:09:03 +0100
From: "Xerxes" <myaddressprovider.nl>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: addressmydomain.com
Subject: addressmydomain.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

body
[/original mail]

The message that is returned (by mailbot) looks like this:
[reply mail]
From: infodomain.com
Subject: Re: Subject
To: myaddressprovider.nl
Precedence: junk
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"

TEST
[/reply mail]

I hope someone can help me find the problem.