Forums / Developer / How to change output of wash(email)
Eirik Alfstad Johansen
Friday 22 April 2005 1:45:29 am
Hi,
According to http://ez.no/ez_publish/documentation/development/libraries/ez_template/operators/string_handling, the output of the use of wash(email) should be in the format of user[at]domain[dot]tld.
However, in v. 3.5.1, the output is userSPAMFILTER@domain.tld. AFAIK, this is something that was changed fairly recently.
My question is how I can change this back as I've talked to a few people who thought that userSPAMFILTER@domain.tld was the actual email address (they didn't understand that they were supposed to remove the SPAMFILTER text).
Sincerely, Eirik Alfstad Johansen http://www.netmaking.no/
Ćukasz Serwatka
Friday 22 April 2005 2:06:52 am
Hi Eirik,
Look in to template.ini. There you can edit wash(email).
[WashSettings]
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Friday 22 April 2005 2:30:42 am
Thanks a lot, Lukasz! BTW, I think the old default wash settings were better.