Gnus development mailing list
 help / color / mirror / Atom feed
* minor patch against message.el
@ 2002-03-12 19:59 Faried Nawaz
  2002-03-12 21:30 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Faried Nawaz @ 2002-03-12 19:59 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 123 bytes --]


I'd like to set my sender header to whatever my from header is.
I use qmail, so I needed this patch (against Oort 0.04):


[-- Attachment #2: the patch --]
[-- Type: text/plain, Size: 613 bytes --]

--- message.el~	Wed Mar 13 00:54:05 2002
+++ message.el	Wed Mar 13 00:55:30 2002
@@ -2670,7 +2670,9 @@
 	 ;; free for -inject-arguments -- a big win for the user and for us
 	 ;; since we don't have to play that double-guessing game and the user
 	 ;; gets full control (no gestapo'ish -f's, for instance).  --sj
-	 message-qmail-inject-args))
+         (if (functionp 'message-qmail-inject-args)
+             (funcall 'message-qmail-inject-args)
+           message-qmail-inject-args)))
     ;; qmail-inject doesn't say anything on it's stdout/stderr,
     ;; we have to look at the retval instead
     (0 nil)

[-- Attachment #3: Type: text/plain, Size: 70 bytes --]



Faried.
-- 
The Great GNU has arrived, infidels, behold his wrath !

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: minor patch against message.el
  2002-03-12 19:59 minor patch against message.el Faried Nawaz
@ 2002-03-12 21:30 ` Simon Josefsson
  2002-03-12 21:40   ` Paul Jarc
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Josefsson @ 2002-03-12 21:30 UTC (permalink / raw)
  Cc: ding

fn@hungry.org (Faried Nawaz) writes:

> I'd like to set my sender header to whatever my from header is.
> I use qmail, so I needed this patch (against Oort 0.04):

Committed, thanks.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: minor patch against message.el
  2002-03-12 21:30 ` Simon Josefsson
@ 2002-03-12 21:40   ` Paul Jarc
  2002-03-14  0:21     ` Chris Green
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Jarc @ 2002-03-12 21:40 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> wrote:
> fn@hungry.org (Faried Nawaz) writes:
>> I'd like to set my sender header to whatever my from header is.
>> I use qmail, so I needed this patch (against Oort 0.04):
>
> Committed, thanks.

I guess my response to Faried accidentally went off-list.  This patch
is actually not necessary for the desired functionality.  (If there is
a Return-Path field, qmail-inject will set the envelope sender
according to it and delete it.  Return-Path can be set via posting
styles, etc.)  Maybe this patch is useful for somebody else anyway,
though.


paul



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: minor patch against message.el
  2002-03-12 21:40   ` Paul Jarc
@ 2002-03-14  0:21     ` Chris Green
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Green @ 2002-03-14  0:21 UTC (permalink / raw)


prj@po.cwru.edu (Paul Jarc) writes:

> Simon Josefsson <jas@extundo.com> wrote:
>> fn@hungry.org (Faried Nawaz) writes:
>>> I'd like to set my sender header to whatever my from header is.
>>> I use qmail, so I needed this patch (against Oort 0.04):
>>
>> Committed, thanks.
>
> I guess my response to Faried accidentally went off-list.  This patch
> is actually not necessary for the desired functionality.  (If there is
> a Return-Path field, qmail-inject will set the envelope sender
> according to it and delete it.  Return-Path can be set via posting
> styles, etc.)  Maybe this patch is useful for somebody else anyway,
> though.
>

The only time I have found that setting the Sender to be necessary is
when sending commands to a listserv subscription routine.  No matter
what the From: said, it would always reply to the Sender: and use that
address for taking action on.

It didn't make any sense to me and I argued about it at work a bit but
the easiest way was to just set my Sender: manually

-- 
Chris Green <cmg@sourcefire.com>
A good pun is its own reword.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-03-14  0:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-12 19:59 minor patch against message.el Faried Nawaz
2002-03-12 21:30 ` Simon Josefsson
2002-03-12 21:40   ` Paul Jarc
2002-03-14  0:21     ` Chris Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).