Logging to email

I created a firewall rule to log with a prefix ‘email’, then attempted to have an email sent whenever this rule was triggered. My problem is I’m getting emails on every firewall info message. The filter correctly prefixes the log message.

/ip firewall filter
add chain=forward src-address=0.0.0.0 protocol=tcp dst-port=25 connection-limit=10,32 action=log log-prefix="email"



/ system logging
add topics=info,firewall prefix="email" action=send2email disabled=no



/system logging action
add name="send2email" target=email email-to="meister@domain.com"

I couldn’t find much in the manual. Is it possible to email only selected firewall, info log messages?