Its a bug that sends: "Username" [EMAIL PROTECTED]
instead of just [EMAIL PROTECTED]
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
Paul J Stevens
Sent: 23. oktober 2003 08:00
To: [email protected]
Subject: Re: [Dbmail] updating my dbmail
Upgrading from 1.1 to 1.2 should not cause any trouble at all. There are no
compatibility issues what so ever. Just bugfixes and speedups.
Generally:
1) download, configure, make, make install
2) restart dbmail
dbmail wrote:
> Hey guys.
>
> I installed dbmail a few months ago (version 1.1) and it has been
> working great.
> I totally love it, no issues, no mucking around.
>
> But im now wanting to update to version 1.2 to take advantage of some
> of the bug fixes.
> Im not totally sure the best/safest way to update. I obviously dont
> want more than a few minutes downtime on my mail server, and i for
> sure dont want to upset my current configuration.
>
> It probably doesnt make a difference, but i currently have pop3 dbmail
> running with postfix.
>
> If anyone could give me a few pointers on updating to 1.2 safely, it
> would be most appreciated.
>
> Thanks in advance,
> Daniel.
>
> ;)
--
________________________________________________________________
Paul Stevens mailto:[EMAIL PROTECTED]
NET FACILITIES GROUP PGP: finger [EMAIL PROTECTED]
The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail