Deleted Added
full compact
2c2
< * Copyright (c) 1999-2004 Sendmail, Inc. and its suppliers.
---
> * Copyright (c) 1999-2005 Sendmail, Inc. and its suppliers.
10c10
< * $Id: mfdef.h,v 8.21 2004/07/07 21:41:31 ca Exp $
---
> * $Id: mfdef.h,v 8.22 2005/08/05 21:49:04 ca Exp $
63a64
> # define SMFIR_CONN_FAIL 'f' /* cause a connection failure */
84a86,87
> # define SMFIP_NOUNKNOWN 0x00000100L /* MTA should not send unknown command */
> # define SMFIP_NODATA 0x00000200L /* MTA should not send DATA */
87a91,92
>
> /* Note: the "current" version is now determined dynamically in milter.c */
89c94
< # define SMFI_CURR_PROT 0x000000FFL /* The current version */
---
> # define SMFI_CURR_PROT 0x000000FFL
91c96
< # define SMFI_CURR_PROT SMFI_V2_PROT /* The current version */
---
> # define SMFI_CURR_PROT SMFI_V2_PROT