• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6171: Per RFC 5321, single quote is allwed in e-mail addresses
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
Closed |
|
patch |
4.3.0 |
Detail
Easy fix: In
TWiki.pm
, add ' to
$regex{emailAddrRegex}
to the local regex part of the e-mail address.
--
TWiki:Main/PeterThoeny
- 19 Jan 2009
I had to fix TWiki::Render as well, it had a hard-coded e-mail address regex, now using
$TWiki::regex{emailAddrRegex}
--
TWiki:Main.PeterThoeny
- 20 Jan 2009