Re: [PHP] Procmail Recipe to INSERT reply-to header (was: strange list behavior when replying to message on list)

2008-03-22 Thread Mark Weaver

tedd wrote:

At 11:22 AM -0400 3/22/08, Greg Bowser wrote:

Yeah.  I always forget to reply to all.


I always reply to all and then cut out everything that isn't 
[EMAIL PROTECTED]


I know, there's probably a better way, but that's what I do.

Cheers,

tedd


Just in case you Do have access to procmail the recipe below should do 
the trick for fixing this annoying feature. Just keep telling yourself 
it's a feature and not a bug.  :)


-

 # fixing the MISSING reply-to header on PHP list messages
 # This adds a Reply-To: header
:0 fhw
* ^Received:.*from lists.php.net
|formail -I Reply-To: php-general@lists.php.net


--
Mark

If you have found a very wise man, then you've found a man that at one 
time was an idiot and lived long enough to learn from his own stupidity.

==
Powered by CentOS5 (RHEL5)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Procmail Recipe to INSERT reply-to header (was: strange list behavior when replying to message on list)

2008-03-22 Thread tedd

At 2:30 PM -0400 3/22/08, Mark Weaver wrote:

tedd wrote:

At 11:22 AM -0400 3/22/08, Greg Bowser wrote:

Yeah.  I always forget to reply to all.


I always reply to all and then cut out everything that isn't 
[EMAIL PROTECTED]


I know, there's probably a better way, but that's what I do.

Cheers,

tedd


Just in case you Do have access to procmail the recipe below 
should do the trick for fixing this annoying feature. Just keep 
telling yourself it's a feature and not a bug.  :)


-

 # fixing the MISSING reply-to header on PHP list messages
 # This adds a Reply-To: header
:0 fhw
* ^Received:.*from lists.php.net
|formail -I Reply-To: php-general@lists.php.net



I use Eudora, so I haven't a clue.

Cheers,

tedd

--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php