Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Dinky] Limit domain

Quote Reply
Re: [Dinky] Limit domain In reply to
The thread Anup mentioned describes what needs to be done; to change the regular expression, go to Admin -> Database -> Customize Tables -> Demographics, and click on the 'dgraph_email' column. By default this has a "Form Regex" value of: ^[\w.-]+\@[\w.-]+\.[\w.-]+$ To change this to what you're looking for, you'll probably want to change this last part: ^[\w.-]+\@[\w.-]+\.[\w.-]+$ to 'org', so that the whole thing looks like: ^[\w.-]+\@[\w.-]+\.org$. If you then decided you also wanted to allow .edu and .gov signups, for example, you could use: ^[\w.-]+\@[\w.-]+\.(org|edu|gov)$

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Limit domain Dinky 4178 Apr 16, 2004, 4:47 PM
Thread Re: [Dinky] Limit domain
Dinky 4089 Apr 17, 2004, 7:23 PM
Post Re: [Dinky] Limit domain
anup123 4062 Apr 18, 2004, 2:48 AM
Thread Re: [Dinky] Limit domain
Jagerman 4076 Apr 18, 2004, 10:35 AM
Thread Re: [Jagerman] Limit domain
anup123 4063 Apr 18, 2004, 9:39 PM
Thread Re: [anup123] Limit domain
Jagerman 4053 Apr 18, 2004, 11:09 PM
Post Re: [Jagerman] Limit domain
anup123 4047 Apr 18, 2004, 11:31 PM