Email Address Policies and the Apostrophe

Exchange Server 2007Exchange Server 2016Exchange email address policies have been used to generate addresses since the early days of Exchange. Email address policies automatically generate addresses for various protocols (SMTP, FAX, CCMAIL, MSMAIL). These general use of address policies is well documented, but there is still some odd behavior of the policies regarding language-specific character handling.

The following list describes the common parameters:

  • %s = Surname (Last Name)
  • %g = Given Name (First Name)
  • %i = Middle Initial
  • %d = Display Name
  • %m = Exchange Alias
  • %rxy = Replace all subsequent characters x with character y
  • %rxx = Remove all subsequent characters x

All language-specific and non-RFC 821/822 compliant characters are either translated or removed.

Source characterTarget character in SMTP address
 Space Hypen
 A – Z | a -z A – Z | a – z
 Ä, Ö, Ü | ä, ö, ü Ae, Oe, Ue | ae, oe, ue
 ß ss
 áàâ | ÁÀ a | A
 éèê | ÉÈÊ e | E
 íìî | ÍÌΠi | I
 óòô | ÓÒÔ o | O
 úùû | ÚÙÛ u | U
 § S
 µ M
 ” ( ) ´ [ ] : . < > , ; Omitted

Example 1

User without any language-specific characters

Given Name: JohnLast Name : DoeAlias     : JohnDoe

Email address policy results

%g.%s@mcsmemail.de  = John.Doe@mcsmemail.de%m@mcsmemail.de     = JohnDoe@mcsmemail.de%1g_%s@mcsmemail.de = J_Doe@mcsmemail.de

Example 2

User with German language-specific characters

Given Name: Michael
Last Name : Müller
Alias     : Michael Mueller

Email address policy results

%g.%s@mcsmemail.de  = Michael.Mueller@mcsmemail.de
%m@mcsmemail.de     = Michael-Mueller@mcsmemail.de
%2g%s@mcsmemail.de  = MiMueller@mcsmemail.de

Example 3

User with Scottish language-specific characters

Given Name: Ian
Last Name : O'Connell
Alias     : IanOConnell

Email address policy results

%g.%s@mcsmemail.de  = Ian.O'Connell@mcsmemail.de
%m@mcsmemail.de     = IanOConnell@mcsmemail.de
%3g%5s@mcsmemail.de = IanO'Con@mcsmemail.de

Problem

As you might have noticed, the apostrophe is not handled as a special character but as an RFC-compliant character. The address policy is applied without any issues at all.

But an SMTP address containing an apostrophe leads to email transport errors and must be removed.

Solution

Using the following email address policy, you can use the replacement parameter to strip all apostrophes from the surname.

%g.%r''%s@mcsmemail.de = Ian.OConnell@mcsmemail.de

This example will only remove apostrophes from the surname (%s) as the replacement parameter is placed before the surname parameter.

Links

Sie sehen gerade einen Platzhalterinhalt von Facebook. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfläche unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.

Mehr Informationen
%d Bloggern gefällt das: