Re: Reply to broke

Jon <[email protected]> Mon, 03 Nov 2003 18:19:59 -0800
Newsgroups gmane.org.ballistichelmet.devel
Message-ID <[email protected]>
http://ballistichelmet.org/mailman/listinfo/heads

Try that link now it should work.

I ended up using the following apache redirect:

RedirectMatch /mailman(.*)\.*$
http://your.ballistichelmet.org:4000/mailman$1

inside of .htaccess in the /www/mailman/ folder.

dont know if this is the best way to do it, your way aaron looks a lot
easier.  good thing i spent all that time looking up how to do this! ha.

oh well, it works now....does it work for all?

-j

Aaron S. Hawley wrote:
> 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
> 
> _______________________________________________
> devel mailing list
> [email protected]
> http://ballistichelmet.org/mailman/listinfo/devel