Mikko, et al --

...and then Mikko Hänninen said...
% [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote on Wed, 02 Aug 2000:
% > I guess that now there isn't any longer a need to inform all the
% > hard-working men and women :) at mutt-dev about this, since Mikko will
% > spread it around. :)
% 
% This implies I'm a Mutt developer, which I'm not. :-)  I actually

*grin*  C'mon, Mikko, we know better!


% already deleted the patch, not that it's difficult to grab it from
% the eGroups archive or something, if someone wants me to post it to
% mutt-dev for consideration.  But someone who has the patch on their
% HD might actually be better suited to this. :-)

Happy to help; see the attached.


% 
% > I am glad to know that (a) this minor problem will be solved and (b) at
% > least once it wasn't my .muttrc that caused all the trouble :)
% 
% (b) is true, at least. :-)

*grin*


% 
% Mikko
% -- 
% // Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
% // The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
% // Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
% Do wizards run spell checkers?


:-D
-- 
David T-G                       * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]      * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/        Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*



On Wed, Aug 02, 2000 at 12:41:45AM +0000, [EMAIL PROTECTED] wrote:
> > These solutions are not perfect, as they
> > override $envelope_from (I think... what would sendmail do if it got
> > two -f options?),

I've checked -- sendmail barfs if it gets -f twice.

[...]
> But I just tested it and it seems to have a problem: "manually" doing
> the job $envelope_from performs isn't easy if you wish to have
> different "From " headers (based on "From:")...
> 
> I guess this problem was what you mean in the first place when you said that
> this solution wasn't perfect... perhaps you were right :(

That's what I meant.

> Thank you for your help,
> 
> Manuel
> 
> PS: Probably this is trivial to implement: I guess the team of developers
> can easily make $envelope_from also assure that "From "=="From:" when the
> user bounces a message... afterall, it already works flawlessly when
> sending, replying and forwarding!

Maybe something like this would help: this should make envelope from same as
the added Resent-From: header.  The patch is against 1.2.4 and completely
untested.

--- sendlib.c.orig      Sat May 20 08:38:59 2000
+++ sendlib.c   Wed Aug  2 13:03:52 2000
@@ -1890,7 +1890,7 @@
     mutt_copy_bytes (fp, f, h->content->length);
     fclose (f);

-    mutt_invoke_sendmail (NULL, to, NULL, NULL, tempfile,
+    mutt_invoke_sendmail (resent_from, to, NULL, NULL, tempfile,
                          h->content->encoding == ENC8BIT);
   }


Marius Gedminas
-- 
Laugh at your problems; everybody else does.


PGP signature

Reply via email to