From t.lamprecht at proxmox.com Thu Dec 4 20:34:49 2025 From: t.lamprecht at proxmox.com (Thomas Lamprecht) Date: Thu, 4 Dec 2025 20:34:49 +0100 Subject: [pmg-devel] applied: [PATCH pmg-yew-quarantine-gui v3] execute actions when opening gui from a link from quarantine mails In-Reply-To: <20251030103209.1949668-1-d.csapak@proxmox.com> References: <20251030103209.1949668-1-d.csapak@proxmox.com> Message-ID: <176487688785.2177210.5161227459446662126.b4-ty@proxmox.com> On Thu, 30 Oct 2025 11:26:16 +0100, Dominik Csapak wrote: > The PMG quarantine mails can contain links that should do some actions > directly, e.g. deliver or delete a mail. This works for our desktop gui > and worked in the old Framework7 mobile ui, but was forgotten to be > implemented in the new rust based gui. > > This patch implements it in `SpamList` in the 'create' method. > > [...] Applied, with the trailer fixed as pointed out by Stoiko, thanks! [1/1] execute actions when opening gui from a link from quarantine mails commit: 010fb2d72507983610c85cc8e5656efa0e5dd285 From h.laimer at proxmox.com Fri Dec 12 09:03:26 2025 From: h.laimer at proxmox.com (Hannes Laimer) Date: Fri, 12 Dec 2025 09:03:26 +0100 Subject: [pmg-devel] [PATCH pmg-api] docs: spam: improve description of `use_awl` Message-ID: <20251212080326.11177-1-h.laimer@proxmox.com> Signed-off-by: Hannes Laimer --- 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