hello again!
i wonder, why Swift_Message::generateId ($idstring) does only allow characters and numbers?
even dots are not allowed, while swift is gerenating dots itself.
i wanna ask, if it is rfc-compliant to add "_-" to the regexp ?
(i need this, to differentiate two variables in the message-id)
[SOLVED] message-id customstr
Moderators: Chris Corbyn, General Moderators
-
japanitrat
- Forum Newbie
- Posts: 12
- Joined: Sat May 12, 2007 10:34 pm
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
-
japanitrat
- Forum Newbie
- Posts: 12
- Joined: Sat May 12, 2007 10:34 pm
okay, so using dots to distinguish to or more variables in the individual message-id-string makes no sense, since swift is using them by itself and i dont wanna search by the dot no. x.
this is why i will search for the last dot in the local-part and then explode by the hyphen.
i nearly used underscores, thanks for the hint!
this is why i will search for the last dot in the local-part and then explode by the hyphen.
i nearly used underscores, thanks for the hint!