Deleted Added
full compact
17c17
< SM_RCSID("@(#)$Id: deliver.c,v 8.983 2005/01/07 17:43:22 ca Exp $")
---
> SM_RCSID("@(#)$Id: deliver.c,v 8.986 2005/03/05 02:28:50 ca Exp $")
4269a4270,4279
> #if _FFR_LOG_NTRIES
> /* ntries */
> if (e->e_ntries >= 0)
> {
> (void) sm_snprintf(bp, SPACELEFT(buf, bp),
> ", ntries=%d", e->e_ntries + 1);
> bp += strlen(bp);
> }
> #endif /* _FFR_LOG_NTRIES */
>
5675a5686,5689
> /* an empty host does not have MX records */
> if (*host == '\0')
> return "_empty_";
>