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

(-)/usr/ports/mail/procmail/work/procmail-3.22/src/comsat.c (-1 / +1 lines)
Lines 120-126 Link Here
120
{ int s;const char*p;
120
{ int s;const char*p;
121
  if(!csvalid||!buf)		  /* is comat on and set to a valid address? */
121
  if(!csvalid||!buf)		  /* is comat on and set to a valid address? */
122
     return;
122
     return;
123
  if(!*cslgname||strlen(cslgname)+2>linebuf)	       /* is $LOGNAME bogus? */
123
  if(!cslgname||!*cslgname||strlen(cslgname)+2>linebuf)/* is $LOGNAME bogus? */
124
     return;
124
     return;
125
  if(!(p=folder?folder:cslastf))		     /* do we have a folder? */
125
  if(!(p=folder?folder:cslastf))		     /* do we have a folder? */
126
     return;
126
     return;

Return to bug 74022