Re: moderation
From: Alec Kloss <alec.kloss_at_oracle.com>
Date: Fri, 3 Apr 2009 13:01:43 -0500
Using mutt, I have a handy macro I use when looking at the message:
in .muttrc:
macro pager t ":unset wait_key\n<pipe-message>$HOME/scripts/mailman-accept\n<save-message>=r&d/svn/moderate\n:set wait_key=yes\n" "accept mailman list message"
mailmail-accept script:
while read line ; do
echo from is $from
[ -z "$reply_to" ] && reply_to="$from"
mutt -e "unmy_hdr Bcc:" -s "$subject" "$reply_to" << EOF
I press t and mutt approves the message, saves my approval, and deletes
-- Oracle Confidential Information Alec.Kloss_at_oracle.com Oracle Middleware PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x432B9956
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.