>>>>> "BF" == Bryan Fullerton <bryanf@samurai.com> writes:
BF> The only cosmetic bug/change I've found is that messages bounced to the
BF> list-owner which have an X-MJ-Confirm: header are still not
BF> completed. ie, a while ago the header used to have the token number
BF> appended, but now it's just:
BF> X-MJ-Confirm: http://geisha.samurai.com/cgi-bin/mj_confirm
Is that what you set confirm_url to? You can give it more info than that;
does it do what you want if you do
configset GLOBAL confirm_url =\
http://geisha.samurai.com/cgi-bin/mj_confirm?t=$TOKEN
? The $TOKEN is expanded to, well, the token, but the core itself doesn't
know about mj_confirm's arguments so it doesn't append them automatically.
I should probably auto-configure for the web stuff. Perhaps I'll do that
now.
- J<
References:
|
|