In the docs and various examples, I'm seeing if statements in Input section, like:
if [message] =~ /dovecot: (imap|pop3|managesieve)-login
Apart from [message], what other fields can if take? I don't have much understanding about this. Is any documentation available?
Thanks.