Re: Reply to broke
"Aaron S. Hawley" <[email protected]> Mon, 3 Nov 2003 15:57:59 -0500 (EST)
| Newsgroups | gmane.org.ballistichelmet.devel |
|---|---|
| Organization | University of Vermont |
| Message-ID | <[email protected]> |
i'd log on to phpwh and do this, but i can't type a password correctly. but apache does forwarding pretty well (if phpwh lets us) simply put this directive in a .htaccess Redirect 301 /mailman/ http://your.ballistichelmet.org:4000/mailman/ and i think it will always append extra parts of the path in the redirect. thus: http://www.ballistichelmet.org/mailman/listinfo/devel goes to: http://your.ballistichelmet.org:8000/mailman/listinfo/devel or perhaps that's another directive. whatever it is its probably very much like the old redirect for the old helmet, except not for the whole server. /a On Mon, 3 Nov 2003, dvanhorn wrote: > I think Jon recently changed the mailing list (mailman setting) URL to > your.bh:4000 so that links at the bottom of emails work correctly, however, > now the reply-to header uses your.bh:4000 which wont work. I think you can > explicitly set the reply to in mailmans options, but I don't have the time to > look into it right now. > > BTW I just realized at the footer, the email is wrong (using your.bh:4000) AND > the site is wrong using just plain ballistichelmet.org. > > -d