rspamd
rspamd copied to clipboard
[BUG] "greylisting" - The configuration file is named "greylist.conf", *not* "greylisting.conf" - make the names the same
rspamd 3.7.3
The configuration file for the "greylisting" module is named "greylist.conf", not "greylisting.conf".
How many users have reconfigured their "greylisting.conf" configuration file, only to be confused when it has no effect?
This inconsistency, between the module name and the configuration file name is just bad User Interface design. Pick one name or the other, and use it consistently. Either change the name of the module to "greylist", or change the name of the configuration file to "greylisting.conf".
The module is called greylist indeed. Probably the docs might better be referring to it as such...
Aha! Thanks. Yes, very much so. Then this is a documentation issue, particularly at https://rspamd.com/doc/modules/greylisting.html.
And - off on a tangent, while updating the documentation - it would be very useful to provide examples - a regex and a literal - showing the syntax of an entry in a "map" file, as specified in greylist.conf, for greylist-whitelist-domains.inc.