1 divert(-1)
2 #
3 # Copyright (c) 2006 Sendmail, Inc. and its suppliers.
4 # All rights reserved.
5 #
6 # By using this file, you agree to the terms and conditions set
7 # forth in the LICENSE file which can be found at the top level of
8 # the sendmail distribution.
9 #
10 # ident "%Z%%M% %I% %E% SMI"
11 #
12
13 divert(0)dnl
14 VERSIONID(`$Id: block_bad_helo.m4,v 1.1 2006/06/15 22:49:30 ca Exp $')
15 divert(-1)
16
17 define(`_BLOCK_BAD_HELO_', `')dnl
18 RELAY_DOMAIN(`127.0.0.1')dnl
19 LOCAL_DOMAIN(`[127.0.0.1]')dnl
|
1 divert(-1)
2 #
3 # Copyright (c) 2006 Proofpoint, Inc. and its suppliers.
4 # All rights reserved.
5 #
6 # By using this file, you agree to the terms and conditions set
7 # forth in the LICENSE file which can be found at the top level of
8 # the sendmail distribution.
9 #
10 #
11
12 divert(0)dnl
13 VERSIONID(`$Id: block_bad_helo.m4,v 1.2 2013-11-22 20:51:11 ca Exp $')
14 divert(-1)
15
16 define(`_BLOCK_BAD_HELO_', `')dnl
17 RELAY_DOMAIN(`127.0.0.1')dnl
18 LOCAL_DOMAIN(`[127.0.0.1]')dnl
|