-
R is receive from smtp server
S is send to smtp server
when send DATA , p3scan may be blocking and then timeout,if work like this.
R: 220 BBN-UNIX.ARPA Simple Mail Transfer Service Ready
S: HELO USC-ISIF.ARPA
R: 250 BBN-UNIX.ARPA
S: MAIL FROM:
R: 250 OK
S: RCPT TO:
R: 250 OK
S: RCPT TO:
R: 550 No such user here
S: RCPT...
2009-10-13 14:53:22 UTC by nobody
-
Mahalo Nui Loa!
2009-05-29 02:18:18 UTC by laitcg
-
I applied the cppcheck v1.3.1 static analysis tool to the source code of P3Scan 2.3.2. The attached patch is intended to fix the problems reported in the following excerpt of the cppcheck output:
> cppcheck --all --quiet "p3scan-2.3.2"
[p3scan-2.3.2\p3scan.c:1201]: (all) Array index out of bounds
[p3scan-2.3.2\p3scan.c:508]: (error) Using 'file' after it is deallocated / released
-Lewis...
2009-05-29 00:24:10 UTC by dishmachineop
-
laitcg created the Software Contributions tracker.
2009-05-28 13:32:28 UTC by laitcg
-
laitcg changed the public information on the P3Scan project.
2009-05-28 13:31:07 UTC by laitcg
-
The child process dies if the NOOPS get flushed and a UIDL check is made after that.
Error message as seen in debug mode is:
ERR: Attention: child with pid 11209 died with abnormal termsignal (11)! This is probably a bug.
The process then has to be restarted, and the old mail folders continue to exist.
2009-05-19 14:21:20 UTC by padamj
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-03-28 02:20:55 UTC by sf-robot
-
Some ideas were borrowed from HAVP (HTTP antivirus proxy).
2009-03-05 15:19:52 UTC by sire_1
-
Here is my patch that adds Dr.Web aintivirus suport to P3Scan 3.0 rc1.
2009-03-05 15:18:30 UTC by sire_1
-
"broken" option doesn't work in 3.0 rc1
Option '--broken=1' isn't known
P3Scan initiated.
2009-03-01 12:27:44 UTC by sire_1