* Rossz Vamos-Wentworth [2002-12-23 11:47]:
> Is it possible to allow two different characters for
> local_part_suffix? I use this feature to create on-the-fly unique
> email addresses, user+stuff@.... Many websites have broken email
> validators that reject the +, so I want to also support a hypen. I
> currently use this, "local_part_suffix = +*". What's the syntax for
> either - or + ?
You can say
local_part_suffix = +* : -*
to allow user+anything as well as user-anything.
--
Kirill