commands.pcre 217 B

1234
  1. # Work around clients that send `RCPT TO:<'user@domain'>` (Outlook 2003/2007).
  2. # WARNING: do not lose the parameters that follow the address.
  3. # Thanks to iRedMail.org
  4. /^(RCPT\s+TO:\s*<)'([^[:space:]]+)'(>.*)/ $1$2$3