[Typo3-dev] Bad URL encoding in Direct Mail Subscription Mails

Andreas Schwarzkopf schwarzkopf.no.spam at artplan21.de
Thu Apr 21 20:58:20 CEST 2005


Hi Jesper,

you can avoid all these problems if you configure in the TS-Template-Setup:

config.notification_email_urlmode = all

Then all links in the notification message will be converted to short 
redirect links like this:

http://www.domain.tld/?RDCT=45335f243dc7e842c9b0

hope that helps

Andreas

Jesper Weissglas schrieb:
> When the Direct Mail Subscription extension gets a new subscriber, a 
> mail is sent to him with 3 links to click: Accept, Reject or modify the 
> subscription.
> 
> This mail is sent out with Content-Transfer-Encoding: quoted-printable.
> 
> Each link has three parts, put together in the extensions template file:
> ###THIS_URL######FORM_URL######SYS_<some command>###
> 
> Now since the mail encoding is QP, all '=' characters in the link (The 
> form GET parameters) have to be encoded as =3D. This happends for the 
> FORM_URL part, but not for the SYS_... part.




More information about the TYPO3-dev mailing list