* Question: using split-fancy to forward
@ 1998-04-27 17:21 Loren Schall
1998-04-28 1:47 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Loren Schall @ 1998-04-27 17:21 UTC (permalink / raw)
>From my reading of the documentation, I though that I could create a
split-fancy rule which would forward the message to another address. It
doesn't seem to work the way I think it does. If (as the documentation
describes) a split-fancy user-defined-function is called with the
message to be filed in the current buffer, narrowed to the headers, I
should be able to widen and call message-resend, right? Here's my
function:
(defun my-nnmail-split-fancy-forward (addr &optional split)
(save-restriction
(widen)
(message-resend addr))
(or split
'junk))
The split looks something like:
(: my-nnmail-split-fancy-forward
"Loren.Schall@cas.honeywell.com" mail.forw)
This doesn't work. The message I receive at the forwarded address is
empty (just the headers). It seems my widen isn't working. Or am I
misunderstanding how this is suppose to work? Any suggestions on how to
get this to work would be welcome.
--
Loren Schall
schall@ateng.az.honeywell.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Question: using split-fancy to forward
1998-04-27 17:21 Question: using split-fancy to forward Loren Schall
@ 1998-04-28 1:47 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-04-28 1:47 UTC (permalink / raw)
Loren Schall <schall@ateng.az.honeywell.com> writes:
> (defun my-nnmail-split-fancy-forward (addr &optional split)
> (save-restriction
> (widen)
> (message-resend addr))
> (or split
> 'junk))
>
> The split looks something like:
>
> (: my-nnmail-split-fancy-forward
> "Loren.Schall@cas.honeywell.com" mail.forw)
>
> This doesn't work. The message I receive at the forwarded address is
> empty (just the headers). It seems my widen isn't working.
The splitting is done in a buffer that is narrowed to the headers of
the message, but that doesn't mean that there is anything of worth
outside of the narrowed region. :-) The " *nnmail incoming*" buffer
holds the actual mails.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1998-04-28 1:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-27 17:21 Question: using split-fancy to forward Loren Schall
1998-04-28 1:47 ` Lars Magne Ingebrigtsen
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).