Changeset 5269 for branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Config.spec
- Timestamp:
- 10/15/09 19:28:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Config.spec
r1061 r5269 1 # ---+ Mail and Proxies 1 # ---+ Extensions 2 # ---++ MailerContrib 2 3 # **REGEX** 3 4 # Define the regular expression that an email address entered in WebNotify … … 5 6 # this expression to - for example - filter email addresses on your company 6 7 # domain, or even block use of raw emails in WebNotify altogether (just make 7 # it something that will never match, e.g. ='^notAnEmail$'=).8 # it something that will never match, e.g. <code>^notAnEmail$</code>). 8 9 # If this is not defined, then the default setting of 9 # =[A-Za-z0-9.+-_]+\@[A-Za-z0-9.-]+=is used.10 # <code>[A-Za-z0-9.+-_]+\@[A-Za-z0-9.-]+</code> is used. 10 11 $Foswiki::cfg{MailerContrib}{EmailFilterIn} = ''; 11 12
Note: See TracChangeset
for help on using the changeset viewer.
