Claudio Jeker: > I'm for C. > C > - scan over qmail-ldap code and fix all signed vs. unsigned issues.
If you are going to change the type of the variable 'pos' in blast() function of qmail-smtpd.c, your basic idea is very similar to A. You can get the same effect(result), if you move the 'pos++' into the loop placed just before the increment. Although C or A is good enough to implement in qmail-ldap, regarding to MAXHOPS of djb original qmail, B will be preferrable. But, of course, the choice of qmail-ldap is yours. I was a user of qmail-ldap and think it is great. Thank you. -- \C-x\C-s Junjiro Okajima
