This mail is an automated notification from the bugs tracker
 of the project: Savane.

/**************************************************************************/
[bugs #313] Latest Modifications:

Changes by: 
                Sylvain Beucler <[EMAIL PROTECTED]>
'Date: 
                Wed 03/24/2004 at 16:51 (GMT)

------------------ Additional Follow-up Comments ----------------------------
After reading the RFC (http://www.ietf.org/rfc/rfc0822.txt?number=822) I saw 
that strings are required as soon as there are 'special characters' (and 
optional otherwise):



specials    =  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-

            /  "," / ";" / ":" / "" / <">  ;  string, to use

            /  "." / "[" / "]"              ;  within a word.



Also, to be perfectly compatible, one should escape " and , in case the user 
put them its 'Real Name' field.








/**************************************************************************/
[bugs #313] Full Item Snapshot:

URL: <http://gna.org/bugs/?func=detailitem&item_id=313>
Project: Savane
Submitted by: Sylvain Beucler
On: Wed 03/24/2004 at 00:25

Category:  Web Frontend
Severity:  1 - Trivial
Priority:  C - Normal
Resolution:  None
Assigned to:  None
Status:  Open
Release:  >= 1.0.1
Planned Release:  1.0.2


Summary:  RFC822 compliance

Original Submission:  In www/include/trackers/general.php:980

< $from = user_getrealname().' <[EMAIL PROTECTED]'].'>';

---

> $from = '"'.user_getrealname().'" <[EMAIL PROTECTED]'].'>';



See http://mail.gnu.org/archive/html/savannah-hackers/2004-03/msg00253.html



Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 03/24/2004 at 16:51       By: beuc
After reading the RFC (http://www.ietf.org/rfc/rfc0822.txt?number=822) I saw 
that strings are required as soon as there are 'special characters' (and 
optional otherwise):



specials    =  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-

            /  "," / ";" / ":" / "" / <">  ;  string, to use

            /  "." / "[" / "]"              ;  within a word.



Also, to be perfectly compatible, one should escape " and , in case the user 
put them its 'Real Name' field.



-------------------------------------------------------
Date: Wed 03/24/2004 at 14:32       By: yeupou
Interesting. Do you know if the quote are standard, or just required when there 
is a special character within the name string?












For detailed info, follow this link:
<http://gna.org/bugs/?func=detailitem&item_id=313>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


Reply via email to