Uhm.. Seems to be some differences with my mailaddress. I hope this one gets
posted ;-P
Anyway..
Its a bug that sends: "Username" [EMAIL PROTECTED] instead of just
[EMAIL PROTECTED]
It actually takes from data directly from mime without handling the content
and pipe's it directly to sendmail. (uhm).
You can find and correct if you like from pipe.c. I'm not a c programmer and
my code for doing this reflects that fact.
Can't any of the developers just make a patch for this?.. the pipe to
sendmail will fail with the < > tags and maybe also the "username" infront.
I removed both and it works just fine.
Well.. for what its worth.. here is my crapy "hack" of pipe.c:
26d25
< #include <stdio.h>
289c288
<
---
>
632,654d630
<
< int i, x, fromLength;
< char buffer[512];
<
< fromLength = strlen(from) - 1;
< buffer[0] = from[fromLength];
< for (i = 1; i < fromLength; i++) {
< if (from[fromLength-i] == '<') {
< break;
< }
< for (x = i-1; x >= 0; x--) {
< buffer[x] = buffer[x-1];
< }
< buffer[0] = from[fromLength-i];
< }
<
< from = buffer;
<
< /* strncpy(from, from+1, (strlen(from)-2)); */
<
<
< /* from = strsep(from," "); */
< trace(TRACE_DEBUG, "send_reply(): redefined from to [%s]",
from);
Bjorn Knudsen
HiperCom AS
Norway
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Butch Evans
Sent: 23. oktober 2003 08:50
To: [email protected]
Subject: Re: [Dbmail] auto_replies (please be kind)
On Thu, 23 Oct 2003, dbmail wrote:
>I am using dbmail 1.2 and postfix. Everything is working great.
>(except for auto_reply)
You just missed the thread I started with this exact same question.
It ended exactly like every other thread in the archives with this
question....no answer. I don't know if this feature is simply broken, or it
is incompatible with the postfix sendmail program.
Nobody answered the question I asked: Has ANYONE gotten this feature to work
with Postfix? Has anyone gotten this feature to work with ANY MTA?
So, if you get an answer that works, and is done privately (does not make it
to the list), please, PLEASE send it to me as well. By the way, I will be
happy to forward you the thread I spoke about, if you wish, or you can look
in the archives (it was just 3 days ago, so I don't think it is in the
archives, yet).
--
Butch Evans
BPS Networks
Bernie, MO
573.293.2638
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail