~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/lib/Foswiki/Contrib/MailerContrib/Config.spec

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ---+ Mail and Proxies
 
2
# **REGEX**
 
3
# Define the regular expression that an email address entered in WebNotify
 
4
# must match to be identified as a legal email by the notifier. You can use
 
5
# this expression to - for example - filter email addresses on your company
 
6
# domain, or even block use of raw emails in WebNotify altogether (just make
 
7
# it something that will never match, e.g. ='^notAnEmail$'=).
 
8
# If this is not defined, then the default setting of
 
9
# =[A-Za-z0-9.+-_]+\@[A-Za-z0-9.-]+= is used.
 
10
$Foswiki::cfg{MailerContrib}{EmailFilterIn} = '';
 
11