[exim] regex

Inizio della pagina
Delete this message
Reply to this message
Autore: Alex
Data:  
To: exim users
Oggetto: [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}}