Deleted Added
full compact
milter.c (244833) milter.c (246947)
1/*
2 * Copyright (c) 1999-2009 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *

--- 4034 unchanged lines hidden (view full) ---

4043 case SMFS_DONE:
4044 /* reset done filters */
4045 m->mf_state = SMFS_OPEN;
4046 break;
4047 }
4048 }
4049
4050 response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
1/*
2 * Copyright (c) 1999-2009 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *

--- 4034 unchanged lines hidden (view full) ---

4043 case SMFS_DONE:
4044 /* reset done filters */
4045 m->mf_state = SMFS_OPEN;
4046 break;
4047 }
4048 }
4049
4050 response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
4051 SMFIM_EOH, e, state, "helo", false);
4051 SMFIM_HELO, e, state, "helo", false);
4052 milter_per_connection_check(e);
4053 return response;
4054}
4055
4056/*
4057** MILTER_ENVFROM -- send SMTP MAIL command info to milter filters
4058**
4059** Parameters:

--- 722 unchanged lines hidden ---
4052 milter_per_connection_check(e);
4053 return response;
4054}
4055
4056/*
4057** MILTER_ENVFROM -- send SMTP MAIL command info to milter filters
4058**
4059** Parameters:

--- 722 unchanged lines hidden ---