View Single Post
  #6 (permalink)  
Old 01-25-2008, 08:43 PM
Rabid Rabid is offline
Intermediate Member
 
Posts: 19
Default

Quote:
Originally Posted by fcash View Post
I ended up using header_checks in postfix to add the Reply-To: header when it came across certain To: headers. Not perfect, but it's workable for now until real Mailing List management tools are added (or better Mailman integration is possible).

Code:
if /^To: math-forum/
/^To: math-forum/ PREPEND Reply-To: math-forum@domain
endif
Thanks, Freddie, I'm going to give your tip a try.
Reply With Quote