mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix quoting for the dnsbl example -- m4 misparses quoted strings with
commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling MFC after: 1 week
This commit is contained in:
parent
2c8f5e0c3e
commit
1bb3032058
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ dnl information available at http://www.mail-abuse.com/
|
|||
dnl NOTE: This is a subscription service as of July 31, 2001
|
||||
dnl FEATURE(dnsbl)
|
||||
dnl Alternatively, you can provide your own server and rejection message:
|
||||
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')
|
||||
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}'')
|
||||
|
||||
dnl Dialup users should uncomment and define this appropriately
|
||||
dnl define(`SMART_HOST', `your.isp.mail.server')
|
||||
|
|
|
|||
Loading…
Reference in a new issue