--On Sunday, November 13, 2005 11:26 PM +0000 Craig McLean
<[EMAIL PROTECTED]> wrote:
Ok, well if you read my last message, I've indicated a better way than
appending the whole thing in. Just include it using a line like:
include(`/usr/share/sendmail-cf/hack/block_bad_helo.m4')dnl
to your sendmail.mc, do a "make sendmail.cf" and then "service sendmail
restart".
I think you can replace that with:
HACK(block_bad_helo)dnl
See the macro definitions in cfhead.m4. HACK is essentially the same as
FEATURE, except that it looks in the hack directory and doesn't check that
a mailer is defined first.