Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

When bouncing e-mails...

3 views
Skip to first unread message

Ant

unread,
Nov 11, 2009, 2:07:36 AM11/11/09
to
... is there a way to say Bounced in e-mail? I like to use it to resend
e-mails without using forward method, but I still want the receipt(s) to
know it was resent.

Thank you in advance. :)
--
"The ants are a people not strong, yet they prepare their meat in the
summer." --Proverbs 30:25 (Bible)
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: phi...@earthlink.netANT
( ) or ANT...@zimage.com
Ant is currently not listening to any songs on his home computer.

Christian Ebert

unread,
Nov 11, 2009, 4:23:30 AM11/11/09
to
* Ant on Wednesday, November 11, 2009:

> ... is there a way to say Bounced in e-mail? I like to use it to resend
> e-mails without using forward method, but I still want the receipt(s) to
> know it was resent.

Perhaps you are looking for <resend-message>, bound to <Esc>e by
default, iirc.

c
--
Was hei�t hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]

_F R E E_ _V I D E O S_ --->>> http://www.blacktrash.org/underdogma/

Ant

unread,
Nov 11, 2009, 9:46:54 AM11/11/09
to
On 11/11/2009 1:23 AM PT, Christian Ebert typed:

> * Ant on Wednesday, November 11, 2009:
>> ... is there a way to say Bounced in e-mail? I like to use it to resend
>> e-mails without using forward method, but I still want the receipt(s) to
>> know it was resent.
>
> Perhaps you are looking for <resend-message>, bound to <Esc>e by
> default, iirc.

When I try that, it goes back to edit mode. I just want to resend it and
tag it with "bounced" or "resend", or something in the e-mail. Some
people think why my bounced e-mails are duplicates because they have
seen it before but they didn't remember my e-mail. I just want to prove
that I resent it.
--
"Don't even step on an ant." --Greek

Christian Ebert

unread,
Nov 11, 2009, 12:02:06 PM11/11/09
to
* Ant on Wednesday, November 11, 2009:
> On 11/11/2009 1:23 AM PT, Christian Ebert typed:
>> * Ant on Wednesday, November 11, 2009:
>>> ... is there a way to say Bounced in e-mail? I like to use it to resend
>>> e-mails without using forward method, but I still want the receipt(s) to
>>> know it was resent.
>>
>> Perhaps you are looking for <resend-message>, bound to <Esc>e by
>> default, iirc.
>
> When I try that, it goes back to edit mode. I just want to resend it and
> tag it with "bounced" or "resend", or something in the e-mail. Some
> people think why my bounced e-mails are duplicates because they have
> seen it before but they didn't remember my e-mail. I just want to prove
> that I resent it.

This works for me:

#v+

macro index,pager B "\
<enter-command> set my_editor=\$editor \
editor=\"sed -i -e 's/\^Subject:/& [bounce]/'\"<enter>\
<resend-message>\
<enter-command> set editor=\$my_editor &my_editor<enter>\
<send-message>\
" "bounce marked"

#v-

- note the escaping of ^ in the sed command
- if your sed doesn't support -i, you have to write a little
shell script that creates a temp file and use that.
- you might want to take more precautions in case a mail has
Subject: at the beginning of a line in the body
- if you mutt version does not support $my variables you
have to hard code the resetting of the editor

c
--
\black\trash movie _C O W B O Y_ _C A N O E_ _C O M A_
Ein deutscher Western/A German Western

--->> http://www.blacktrash.org/underdogma/ccc.php

Ant

unread,
Nov 11, 2009, 12:08:32 PM11/11/09
to
On 11/11/2009 9:02 AM PT, Christian Ebert typed:

Thanks. I will check it out later.
--
"... [Let us inquire] what glory there was in an omnipotent being
torturing forever a puny little creature who could in no way defend
himself? Would it be to the glory of a man to fry ants?" --Charlotte
Perkins Gilman

Gary Johnson

unread,
Nov 12, 2009, 11:34:35 PM11/12/09
to
Ant <a...@zimage.comant> wrote:
> ... is there a way to say Bounced in e-mail? I like to use it to resend
> e-mails without using forward method, but I still want the receipt(s) to
> know it was resent.

How about the bounce-message function, bound to b by default? It adds
the following headers.

Resent-From:
Resent-Date:
Resent-Message-ID:
Resent-To:

--
Gary Johnson

Christian Ebert

unread,
Nov 13, 2009, 3:35:38 AM11/13/09
to
* Gary Johnson on Friday, November 13, 2009:

Under the condition that the recipients know how to look at,
errmh, unusual headers ;-)

Other than that, thanks for clarifying the canonical solution.

c
--
Python Mutt utilities --->> http://www.blacktrash.org/hg/muttils/

Claude S. Sutton, Jr

unread,
Nov 13, 2009, 9:43:06 AM11/13/09
to
On 2009-11-13, Christian Ebert <black...@gmx.net> wrote:
> * Gary Johnson on Friday, November 13, 2009:
>> Ant <a...@zimage.comant> wrote:
>>> ... is there a way to say Bounced in e-mail? I like to use it to resend
>>> e-mails without using forward method, but I still want the receipt(s) to
>>> know it was resent.
>>
>> How about the bounce-message function, bound to b by default? It adds
>> the following headers.
>>
>> Resent-From:
>> Resent-Date:
>> Resent-Message-ID:
>> Resent-To:
>
> Under the condition that the recipients know how to look at,
> errmh, unusual headers ;-)
>
> Other than that, thanks for clarifying the canonical solution.
>
> c


Could this be accomplished with <send-hook> ?

CSSJR

--
Protect your privacy. Replace Google with IXQUICK at www.ixquick.com.


If we do not wish to lose our freedom, we must learn to tolerate our
neighbor's right to freedom even though he might express that freedom
in a manner we consider to be eccentric.

Ant

unread,
Nov 14, 2009, 12:04:22 PM11/14/09
to
On 11/13/2009 12:35 AM PT, Christian Ebert typed:

>> How about the bounce-message function, bound to b by default? It adds
>> the following headers.
>>
>> Resent-From:
>> Resent-Date:
>> Resent-Message-ID:
>> Resent-To:
>
> Under the condition that the recipients know how to look at,
> errmh, unusual headers ;-)
>
> Other than that, thanks for clarifying the canonical solution.

Oh, I didn't even see these headers added in bounced e-mails. This is
enough. :)
--
"Ever watch ants just crawling around? They walk in that single straight
line, a long, a long, long mile of ants. Sometimes they will walk over
and pick up their dead friends and carry those around. I'm pretty sure
it's because they can get in the carpool lane and pass up that line."
--Ellen DeGeneres

0 new messages