# sample config file for log2mail
# comments start with '#'
# LHS: regular expression which must be quoted
# RHS: mail address of the one who is to be notified
[global]
MsgSendTime=20
MsgResendTime=50
MaxMsgLines=7
FromAdr=log2mail@localhost
#[/var/log/messages]
#"root login"=root
#"sshd"=root
[logf]
# Anfhrungszeichen nicht vergessen!
"^h[a-z]?o$"=root
"This is a pattern"=root
"Hallo"=root
[log2]
"^[0-9]abz$"=root
"^[0-9]+$"=root
