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
@ -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 NOTE: This is a subscription service as of July 31, 2001
|
||||||
dnl FEATURE(dnsbl)
|
dnl FEATURE(dnsbl)
|
||||||
dnl Alternatively, you can provide your own server and rejection message:
|
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 Dialup users should uncomment and define this appropriately
|
||||||
dnl define(`SMART_HOST', `your.isp.mail.server')
|
dnl define(`SMART_HOST', `your.isp.mail.server')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user