View | Details | Raw Unified | Return to bug 55126
Collapse All | Expand All

(-)exim-4.30.orig/src/verify.c (-7 / +1 lines)
Lines 1242-1260 Link Here
1242
1242
1243
    if (recipient == NULL && Ustrcmp(errmess, "empty address") != 0)
1243
    if (recipient == NULL && Ustrcmp(errmess, "empty address") != 0)
1244
      {
1244
      {
1245
      uschar hname[64];
1246
      uschar *t = h->text;
1247
      uschar *tt = hname;
1248
      uschar *verb = US"is";
1245
      uschar *verb = US"is";
1246
      uschar *t = ss;
1249
      int len;
1247
      int len;
1250
1248
1251
      while (*t != ':') *tt++ = *t++;
1252
      *tt = 0;
1253
1254
      /* Arrange not to include any white space at the end in the
1249
      /* Arrange not to include any white space at the end in the
1255
      error message. */
1250
      error message. */
1256
1251
1257
      t = ss;
1258
      while (t > s && isspace(t[-1])) t--;
1252
      while (t > s && isspace(t[-1])) t--;
1259
1253
1260
      /* Add the address which failed to the error message, since in a
1254
      /* Add the address which failed to the error message, since in a

Return to bug 55126