indimail / indimail-mta

qmail fork with IPV6, TLS, DANE, DKIM, SRS2, SPF, daemontools, qmailanalog, mess822, & ucspi-tcp
https://github.com/indimail/indimail-mta/wiki/0-IndiMail-Wiki
GNU General Public License v3.0
12 stars 3 forks source link

use do_match wrapper #55

Closed mbhangui closed 11 months ago

mbhangui commented 11 months ago

use do_match wrapper instead of calling matchregex directly. This allows one to use regular expression if QREGEX env variable is set and use wildmat_internal() if not set.