Dear list Members,

I have a mailinglist, in which many participants have problems with simplests 
programs. That's why I decided to write a simple php script which would send the 
request emails (delivery on/off and password) to mailman. The user has only to fill 
in the form (email, password and on/off radiobutton) and then to klick the send 
button. The php sends an email to mailman (with appropriate request. 
Unfortunatelly it doesn't work when I'm sending emails from php (although it 
works, when I send the emails using my local email program).

This is the raw view of the email that is being sent using php script:

Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 30 Jul 2004 13:42:03 +0200
Received: from [212.227.253.149] (helo=light.dvbberlin.de)
        by mxng16.kundenserver.de with esmtp (Exim 3.35 #1)
        id 1BqVlz-0003Ym-00
        for [EMAIL PROTECTED]; Fri, 30 Jul 2004
13:42:03 +0200
Received: from [127.0.0.1] (helo=infongd3280)
        by light.dvbberlin.de with smtp (Exim 3.35 #1)
        id 1BqVlz-0001yY-00
        for [EMAIL PROTECTED]; Fri, 30 Jul 2004
13:42:03 +0200
Received: from [217.235.21.7](IP may be forged by CGI script)
        by infongd3280.rtr.kundenserver.de with HTTP; Fri, 30 Jul 2004 13:42:03
+0200
X-Sender-Info: [EMAIL PROTECTED]
Date: Fri, 30 Jul 2004 13:42:03 +0200
Precedence: bulk
To: [EMAIL PROTECTED]
Subject: password
From: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
X-PMFLAGS: 33554560 0 1 PIIQE6VO.CNM                        

and this is the raw view of email that is being sent using local email program:

Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 30 Jul 2004 13:38:27 +0200
Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de)
        by mxng11.kundenserver.de with esmtp (Exim 3.35 #1)
        id 1BqViU-0006gU-00
        for [EMAIL PROTECTED]; Fri, 30 Jul 2004
13:38:26 +0200
Received: from [217.235.21.7] (helo=bziuna-rkwbv1cp)
        by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
        id 1BqViU-00012D-00
        for [EMAIL PROTECTED]; Fri, 30 Jul 2004
13:38:26 +0200
From: "Maciej Homziuk" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri, 30 Jul 2004 13:44:28 +0200
MIME-Version: 1.0
Subject: password
Message-ID: <[EMAIL PROTECTED]>
Priority: normal
X-mailer: Pegasus Mail for Windows (4.21c)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
X-Provags-ID: kundenserver.de [EMAIL PROTECTED]
auth:4c700552894602d0c7f651480d0b4a85
X-PMFLAGS: 34078848 0 1 PFWH0Q2N.CNM         

I checked the postfix logfiles and saw, that both emails reached the server, but 
only the one sent using program made mailman sending answer.

Can You tell me how can I solve that problem?

Thanks,
Maciej


-----------------------------------------------
Maciej Homziuk
deutsche-versicherungsboerse.de
Mahlower Str. 23
12049 Berlin
[EMAIL PROTECTED]
http://www.deutsche-versicherungsboerse.de
Telefon: 030-78909042 Fax: 030-78909041

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to