[exim] regex

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Alex
Ημερομηνία:  
Προς: exim users
Αντικείμενο: [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}}