Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Message ID suffix customizable #50

Closed
phax opened this issue Mar 18, 2021 · 2 comments
Closed

Make the Message ID suffix customizable #50

phax opened this issue Mar 18, 2021 · 2 comments
Assignees

Comments

@phax
Copy link
Owner

phax commented Mar 18, 2021

By default all the message IDs end with "@phase4".
This should be extensible, so that @phase4.anyone" is possible as a suffix.
It needs to be ensured, that the rules of RFC 822 are maintained

@phax phax self-assigned this Mar 18, 2021
@phax phax changed the title Made the Message ID suffix customizable Make the Message ID suffix customizable Mar 18, 2021
@phax
Copy link
Owner Author

phax commented Mar 18, 2021

addr-spec   =  local-part "@" domain        ; global address
     
     local-part  =  word *("." word)             ; uninterpreted
                                                 ; case-preserved
     
     domain      =  sub-domain *("." sub-domain)
     
     sub-domain  =  domain-ref / domain-literal
     
     domain-ref  =  atom                         ; symbolic reference

     atom        =  1*<any CHAR except specials, SPACE and CTLs>

     specials    =  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-
                 /  "," / ";" / ":" / "\" / <">  ;  string, to use
                 /  "." / "[" / "]"              ;  within a word.

@phax
Copy link
Owner Author

phax commented Mar 23, 2021

Fixed in 1.1.1 - MessageHelperMethods.setCustomMessageIDSuffix(String)

@phax phax closed this as completed Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant