-
Improvement
-
Resolution: Fixed
-
Trivial
-
3.0.10
-
None
The existing [email] BBCode only allows plain e-mail addresses instead of also allowing parameters for handing over a subject or body text, like:
void@void.net?subject=phpBB Ticket: improvement
|
The improvement would only affect the BBCode - not the automatic URLs to clickable links recognition.
Open /includes/message_parser.php and find:
if (!preg_match('/^' . get_preg_expression('email') . '$/i', $email))
|
if (!preg_match('/^' . get_preg_expression('email') . '(\\?.+)?$/i', $email))
|
Source topic: http://www.phpbb.com/community/viewtopic.php?f=46&t=2157009
- depends on
-
PHPBB-15171 Confusing bitfield values
- Closed
-
PHPBB-11768 Integrate s9e\TextFormatter
- Unverified Fix
-
PHPBB-9795 Updated BBcode engine
- Closed