# Not all platforms build with SPF enabled
next if /(^$time_pid?spf_conn_init|spf_compile\.c)/;
next if /try option spf_smtp_comment_template$/;
- next if /loading module 'spf'$/;
- next if /^Loaded "spf"$/;
+ next if /loading module '(?:dmarc|spf)'$/;
+ next if /^$time_pid?Loaded "(?:dmarc|spf)"$/;
# Not all platforms have sendfile support
next if /^cannot use sendfile for body: no support$/;