Can anyone tell me why these lines would cause the following errors?
lines:
FEATURE(`dnsbl', `dnsbl.sorbs.net', `"554 Message Rejected, " $&{client_addr} " found in dnsbl.sorbs.net"',)dnl FEATURE(`dnsbl', `rhsbl.sorbs.net', `"554 Message Rejected, " $&{client_addr} " found in rhsbl.sorbs.net"')dnl
The difference between the ones that work and the ones that don't seems to be here:
`"554 Message Rejected, "$&{client_addr} " found in rhsbl.sorbs.net"'
Are you sure all commas are in the right place? Are you sure sendmail didn't change the format of $&{client_addr} when going to 8.12? Are you sure that having quote-symbol-quote with no separation between them (like a comma or some sort of a concatenation operator) is correct? Have you checked sendmail's recent documentation on the use of such $&{xyz} symbols?
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list