[TYPO3-core] RFC: Bug 3985: Wrong spamProtectEmailAddresses_lastDotSubst

Oliver Hader oh at inpublica.de
Tue Feb 6 15:17:49 CET 2007


This is a SVN patch request.

Problem:
spamProtectEmailAddresses_atSubst and
spamProtectEmailAddresses_lastDotSubst substitutes tokens, that are not
part of the initial e-mail address. A TypoScript example:
page = PAGE
page {
  typeNum = 0
  config {
    spamProtectEmailAddresses = 2
    spamProtectEmailAddresses_lastDotSubst = [dot]
  }
  10 = TEXT
  10.value = typo3.org e-mail
  10.typolink.parameter = someone at typo3.org
}
Result: "typo3[dot]org e-mail", substituted in text-value

Solution:
Check if the link text processed is the initial e-mail address. If so,
do the substitutions. Otherwise don't.

Bugtracker references:
http://bugs.typo3.org/view.php?id=3985

Branch: Trunk


olly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003985.patch
Type: text/x-diff
Size: 1383 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070206/763656f5/attachment.bin 


More information about the TYPO3-team-core mailing list