5 messages in net.sourceforge.lists.courier-users[courier-users] LOGOUT events syslogg...
FromSent OnAttachments
L.C.Mar 2, 2001 5:38 pm 
Patrick PriceMar 7, 2001 4:49 pm 
Sam VarshavchikMar 7, 2001 5:17 pm 
Patrick PriceMar 7, 2001 5:54 pm 
Sam VarshavchikMar 7, 2001 6:18 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] LOGOUT events syslogged with priority ERROR ?Actions...
From:L.C. (cour@wotevah.infostreet.com)
Date:Mar 2, 2001 5:38:09 pm
List:net.sourceforge.lists.courier-users

Is there any reason why in courier-imap-1.3.5 pop3d, the logout events are logged with priority ERROR ?

In the file imap/pop3dserver.c line 506 it says acctout("LOGOUT") and acctout() always starts its messages with "ERROR:". I changed it back to fprintf(stderr..) like in 1.3.2 and imapd.c, it's less annoying (messages of priority higher than notice are displayed on my console and the LOGOUT messages clutter it).