[pmg-devel] [PATCH pmg-api] docs: spam: improve description of `use_awl`
Hannes Laimer
h.laimer at proxmox.com
Fri Dec 12 09:03:26 CET 2025
Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
came up in support, this should make it more clear what this option is
and what it does.
src/PMG/Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
index 20168ac..d7b22bd 100644
--- a/src/PMG/Config.pm
+++ b/src/PMG/Config.pm
@@ -204,7 +204,7 @@ sub properties {
default => 0,
},
use_awl => {
- description => "Use the Auto-Welcomelist plugin.",
+ description => "Use the Auto-Welcomelist (AWL) plugin. This keeps track of the average score of a sender and adjusts the score of new mails from that sender towards the average.",
type => 'boolean',
default => 0,
},
--
2.47.3
More information about the pmg-devel
mailing list