[TYPO3-core] RFC: Bug 5602: spamProtectEmailAddresses_atSubst is not recognized correctly

Franz Holzinger franz at fholzinger.com
Thu May 31 07:20:16 CEST 2007


Hello Oliver, 

some of your new code should be moved inside of the IF block: 

if ($GLOBALS['TSFE']->config['config']['spamProtectEmailAddresses_atSubst']) 
{ 


 - Franz 

> Imagine a TypoScript like the following one and test it:
>     config {
>       spamProtectEmailAddresses = 2
>       spamProtectEmailAddresses_atSubst = [at]
>       spamProtectEmailAddresses_lastDotSubst = [dot]
>     }
>     10 = TEXT
>     10.value = <b>john at doe.com</b>
>     10.typolink.parameter = john at doe.com


More information about the TYPO3-team-core mailing list