Mailing List Archive

[Bug 2732] New lookup: pwmd
https://bugs.exim.org/show_bug.cgi?id=2732

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
Full marks for writing a lookup module.

I might suggest that using the same indent and comments standards as the rest
of Exim tries to would be preferred. Also, please look into using
project-standard memory allocation (rather than the malloc family).

Finally, some additions to the main documentation (assuming you want
mainline support of the compile option, rather than Experimental)
and testcases for the testsuite would both be wanted.


I see you chose to offer a query-style interface rather than single-key.
Yet the support seems to be limited to a (tagged) key and one return datum.
What is the reasoning?

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2732] New lookup: pwmd [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2732

--- Comment #2 from Ben Kibbey <bjk@luxsci.net> ---
Thank you for the review and suggestions. When submitting further
changes is a merge request on GitHub better than patches posted to the
bug tracker?

I began this lookup a few years ago and used an existing lookup as a
template so I can't remember the reasoning today. But if I understand
the Exim docs correctly the query style lookup doesn't require a
filename in the lookup whereas a singe-key does.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##