spp_rcpt called in wrong section of qmail-smtp
Brought to you by:
pavcio
|
From: Jim W. <Ji...@hy...> - 2007-12-03 13:00:48
|
=20 After I installed the greylisting plugin I was looking at the database entries it had created and noticed that the recipient address was the same as the sender. After some testing I found that moving: =20 if (!(spp_val =3D spp_rcpt(allowed))) return; =20 from within the smtp_mail section of qmail-smtp.c to the smtp_rcpt section fixed the problem. At this point I have it at the bottom of that function, which has been patched for LDAP lookups. I'm not to sure if it should be higher up, but for the moment, it works. =20 =20 =20 |