|
From: <jgr...@us...> - 2003-10-06 13:54:38
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv5598 Modified Files: stopwords Log Message: ENABLE POPFILE PROXIES TO DIFFERENTIATE BETWEEN CONDITIONS: Command sent to a remote server... 1. returned successfully 2. returned with an error message 3. timed out Use this to enable the POP3 proxy to drop a connection on a timeout rather than keeping retrying which can cause confusion if the POP3 server suddenly starts responding to a previous request. Proxy/Proxy.pm: Change get_response_ and echo_response_ so that the caller can distinguish the three cases above. Proxy/POP3.pm: Use the new get_response_ and echo_response_ to drop the connection if condition #3 occurs. Proxy/SMTP.pm Proxy/NNTP.pm: Update to work with the new get_response_ and echo_response_ tests/TestProxy.pm: Update the tests that handle get_response_ and echo_response_ Index: stopwords =================================================================== RCS file: /cvsroot/popfile/engine/stopwords,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stopwords 1 Oct 2003 14:34:28 -0000 1.5 --- stopwords 6 Oct 2003 13:54:30 -0000 1.6 *************** *** 1,11 **** - you strike date - form textflow him pdt - code also acronym pst --- 1,11 ---- strike + you date textflow + form him pdt also + code acronym pst *************** *** 14,23 **** cgi charset - est nbsp sun your - title but and multicol --- 14,23 ---- cgi charset nbsp + est sun your but + title and multicol *************** *** 30,38 **** being dir - jan she color - have will received going --- 30,38 ---- being dir she + jan color will + have received going *************** *** 40,50 **** htm edt - height - mbox can ! iframe dfn ! com were would off --- 40,50 ---- htm edt can ! mbox ! height dfn ! iframe were + com would off *************** *** 67,87 **** aug overlay - www div status doing tue person - mon - cellspacing his ! helo select esmtp alt - wbr - message - border note big thu --- 67,87 ---- aug overlay div + www status doing tue person his ! cellspacing ! mon select + helo esmtp alt note + border + message + wbr big thu *************** *** 123,165 **** frame dec localhost body nobr - html bgcolor from var - oct her banner del - blockquote math ! any path spot - cdt textarea ! embed the done yet it's - net font ! thead blink plaintext - went could does param - this jul org - mar - src - mailto for cst kbd --- 123,166 ---- frame dec + advanced localhost body nobr bgcolor + html from var her + oct banner del math ! blockquote path + any spot textarea ! cdt the + embed done yet it's font ! net blink + thead plaintext could + went does param jul + this org for + mailto + src + mar cst kbd *************** *** 172,183 **** helvetica samp - col - tab been fig mail cite - had link script menu --- 173,184 ---- helvetica samp been + tab + col fig mail cite link + had script menu *************** *** 187,193 **** ins sep - sub was ! sat frameset apr --- 188,194 ---- ins sep was ! sub frameset + sat apr |