View Single Post
  #5 (permalink)  
Old 01-25-2008, 09:54 AM
fcash fcash is offline
Elite Member
 
Posts: 281
Default

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
__________________
Freddie

Last edited by fcash; 01-25-2008 at 10:32 AM..
Reply With Quote