Skip to content
  1. Feb 09, 2024
  2. Feb 08, 2024
  3. Oct 26, 2023
  4. Aug 07, 2023
  5. Aug 04, 2023
  6. Aug 03, 2023
  7. Aug 02, 2023
  8. Jul 25, 2023
  9. Jul 23, 2023
  10. Jul 20, 2023
  11. Jul 07, 2023
    • Demian's avatar
      Add new error message for invalid dkim slector #6459 · 93628b09
      Demian authored
      As the regex condition changed, the error message for invalid did too.
      Lanuage files for en/de/es are now state the new rules for a valid selector.
      93628b09
    • Demian's avatar
      Fixed regex pattern for dkim_selector #6459 · c6159a27
      Demian authored
      Changed the regex pattern for dkim_selectors again. We now follow
      the DKIMCore technical specification as stated on the website:
      
      A selector is a string of no more than 63 lower-case alphanumeric characters (a-z or 0-9) followed by a period “.”, followed by another string of no more than 63 lower-case alphanumeric characters.
      c6159a27