Re: [Modeling-users] Reply-to header
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-07-23 17:17:01
|
After a few more clicks, I've got a little more on reply-to munging: from an original post at: http://info.ccone.at/INFO/Mail-Archives/redhat/Apr-2002/msg01860.html I'm pretty sure that something like this should work (untested here though, so if it works for you, please report): ------------------------------------------------------------------------ # modeling-users list :0 * ^List-Id:.*modeling-users.lists.sourceforge.net { :0f | formail -bfi 'Reply-To: modeling-users <mod...@li...urcefo= rge.net>' } ------------------------------------------------------------------------ (I guess -i is better than -A, sionce, according to 'man formail', -i preserves the original field, if any, by prepending 'Old-' to the name) Be sure you've read https://sourceforge.net/docman/display_doc.php?docid=3D6693&group_id=3D1 and the links it holds before making up your mind ;) -- S=E9bastien. |