Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] (no subject)
@ 2009-06-08  0:02 Ben Walton
  2009-06-08  0:02 ` [sup-talk] [PATCH 1/2] Add message bouncing capability Ben Walton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ben Walton @ 2009-06-08  0:02 UTC (permalink / raw)


Hi All,

Here's a stab at implementing a message bouncing functionality worthy
of being included on mainline.

The first patch adds the basic functionality with the ability to
supply a command in the :bounce_sendmail option that overrides the
default command used.  The default is to use the sendmail command of
the default account with -t removed.

The second patch takes this a step further and strips the
configuration option in favour of a hook named bounce-command.  This
hooks gets the From header of the message being bounced and an array
of recipient addresses supplied by the user.

I think these are in good shape, with the caveat that the mail sending
(IO.popen) part could still be refactored with the code in
edit-message-mode.

Anyone interested can grab this code from the bw/bounce_message branch
of git://code.chass.utoronto.ca/bwalton-sup.git.  It merges cleanly
into next as of now.

Feedback welcome.

Thanks
-Ben



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

end of thread, other threads:[~2009-06-12 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08  0:02 [sup-talk] (no subject) Ben Walton
2009-06-08  0:02 ` [sup-talk] [PATCH 1/2] Add message bouncing capability Ben Walton
2009-06-08  0:02   ` [sup-talk] [PATCH 2/2] Bounce Message Hook Ben Walton
2009-06-11 23:50 ` [sup-talk] (no subject) Ben Walton
2009-06-12  3:44   ` William Morgan
2009-06-12 13:15     ` Ben Walton
2009-06-12 18:23 ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox