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

Diff of /imapfilter/imapfilter.c

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

revision 1.44 by lefcha, Sat Mar 22 15:26:22 2003 UTC revision 1.45 by lefcha, Fri Mar 28 17:04:18 2003 UTC
# Line 56  main(int argc, char *argv[]) Line 56  main(int argc, char *argv[])
56          seteuid(ruid);          /* Drop root privileges. */          seteuid(ruid);          /* Drop root privileges. */
57  #endif  #endif
58    
59          setlocale(LC_CTYPE, "");          setlocale(LC_ALL, "");
60    
61          f = 0;          f = 0;
62          home = getenv("HOME");          home = getenv("HOME");
# Line 161  main(int argc, char *argv[]) Line 161  main(int argc, char *argv[])
161    
162                          r = greeting_response(&sockpri);                          r = greeting_response(&sockpri);
163    
                         if (check_capabilities(&sockpri))  
                                 continue;  
   
164  #ifdef DEBUG  #ifdef DEBUG
165                          test(&sockpri);                          test(&sockpri);
166  #endif  #endif
167    
168                            if (check_capabilities(&sockpri))
169                                    continue;
170    
171                          log_info(LOG_ACCOUNT, ca->key);                          log_info(LOG_ACCOUNT, ca->key);
172    
173                          if (r != RESPONSE_PREAUTH) {                          if (r != RESPONSE_PREAUTH) {

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26