Author Topic: Email address format  (Read 1765 times)

xxgnhajzobr

  • Newbie
  • *
  • Posts: 7
    • View Profile
Email address format
« on: October 21, 2009, 06:29:10 pm »
Allow users to have @localhost accounts (for filtering via procmail if neccesary)
changing EMAIL_FORMAT regex in constants.php to:

   define('EMAIL_FORMAT', "/^([a-z0-9+_']|\\-|\\.)+@[a-z0-9_-]/i");

Will allow this, but may not be the best fix