Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 864885a605239f39752ea064311d7888 > files > 2

lads-0.10-9mdv2010.1.noarch.rpm

# -*- python -*-

# Allow users with name in user<number> to login without alert
# add_exception('foreign_login', 'user[0-9]+@')

# Allow any users from the remote.domain host to login without alert
# add_exception('foreign_login', 'remote\.domain')

# Allow user@host to login without alert
# add_exception('foreign_login', 'user@host')

# Don't send an alert when someone is logged locally
#add_exception('foreign_login', '.*@local')

# Don't send an alert when fred is logged locally on vc/1
#add_exception('foreign_login', '.fred@local@vc/1')

# set this to the email you want to receive the alerts
#set_config('MAIL_TO', 'user@domain.name')