Hi all,
yesterday I posted to signal a problem I encountered with qpopper3.0.2;
debugging the code, I find out that all the problem is relative to a define
in popper.h:
#define MAXDROPLEN 64
in fact in genpath.c:297 this cause the test to be true, hence the return -1
and the error from pop_dropcopy.c:1081,
(this is because my home dirs are very very long, and I use home dirs as
repositories for maildrops).
I've changed the variable to 256, recompiled, and everything seems to work
fine!
Now I'm asking myself if this value was 64 for a particular reason, for
security, or something else, and if my change can have some impact.
Hope will interest,
regards
Paolo Zampieri

Reply via email to