/[imapfilter]/imapfilter/response.c
ViewVC logotype

Diff of /imapfilter/response.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.41.2.2 by lefcha, Fri Aug 8 12:25:51 2003 UTC revision 1.41.2.3 by lefcha, Thu Oct 2 11:04:12 2003 UTC
# Line 448  analyze_response(conn_t * conn, char *bu Line 448  analyze_response(conn_t * conn, char *bu
448          char result[RESULT_BUF];          char result[RESULT_BUF];
449    
450          r = RESPONSE_OK;          r = RESPONSE_OK;
451          reg = "[[:xdigit:]]{8,8} ((OK|NO|BAD)[[:print:]]*)\r\n";          reg = "[[:xdigit:]]{4,4} ((OK|NO|BAD)[[:print:]]*)\r\n";
452          result[0] = '\0';          result[0] = '\0';
453    
454          regcomp(&creg, reg, REG_EXTENDED | REG_ICASE);          regcomp(&creg, reg, REG_EXTENDED | REG_ICASE);

Legend:
Removed from v.1.41.2.2  
changed lines
  Added in v.1.41.2.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26