[exim] regex

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Alex
Date:  
À: exim users
Sujet: [exim] regex
It's possible do something like this?

deny message = This message matches a blacklisted regular expression
($regex_match_string)
regex = ${lookup sqlite{/home/sqliteDb/mail.db select blockval from
blocklists where blocklists.blockhdr = 'subject' and user_id IS NULL and
domain_id IS NULL}}