On Wed, Apr 24, 2002 at 03:22:27PM -0700, Randall Gellens wrote: | At 1:53 PM -0500 4/24/02, Butch Kemper wrote: | > I have found that when "reverse-lookup = false" that qpopper | >performs reverse lookups and that when "reverse-lookup = true" that | >qpopper does not perform reverse lookups. | | The code looks to be wrong. I hope fixing it doesn't mess anyone up | who figured out how it works now.
The code is wrong. The manual states that -R (the command line equivalent) has a reversed sense... that is, -R turns off reverse lookup. The "reverse-lookup = yes" command is identical, which is to say it's just named poorly. I patched this on my system to change the name to "no-reverse-lookup", thus avoiding any actual coding. :) -James
