- Aug 19, 2024
-
-
Christian Heusel authored
We do this since the redis package is soon to be deprecated: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/2ERGX565GSSBUMADBG7DQJYNPJD5GUXD/ Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Sep 18, 2022
-
-
Evangelos Foutras authored
Not sure why this is needed but whatever.
https://github.com/ansible/schemas/discussions/227
-
- Sep 17, 2022
-
-
Evangelos Foutras authored
This avoids triggering a GitLab push rule which rejects files that look like secrets.
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- May 07, 2022
-
-
Evangelos Foutras authored
-
- Jul 06, 2021
-
-
Kristian Klausen authored
This should have been amended to the original commit. Fixes: 5fba4d5b ("rspamd: Lower spam threshold on misaligned Reply-To/To fields")
-
- Jul 05, 2021
-
-
When people send patches to pacman-dev, either with the wrong list address or a perceived wrong email header it would most likely be default marked as spam and stuffed into Junk for people using our email server. This attempts at lowering the score to something we can live with until a gitlab migration. Signed-off-by:
Morten Linderud <morten@linderud.pw>
-
- Jun 30, 2021
-
-
Kristian Klausen authored
nginx, certbot, postfix and mailman are still missing and the DNS is still pointing to luna.
-
Kristian Klausen authored
We want to use rspamd for lists.al.org at some point, so we can't hardcode the domain to archlinux.org.
-
- Apr 22, 2021
-
-
Jelle van der Waa authored
To not run into rate-limits when resolving DNS records from rspamd, use our own local recursive resolver.
-
- Nov 22, 2020
-
-
Frederik Schwan authored
also move the dkim key generation to the docs as this is only run ~once
-
Frederik Schwan authored
To allow creation of the dkim keys, the directory must exist. The directory containing the dkim keys should not allow global read.
-
- Nov 21, 2020
-
-
Kristian Klausen authored
Fix #213
-
- Nov 15, 2020
-
-
Switching to Rspamd has some advantages: * It is probably faster than SA[1] (C + Lua vs Perl) * We can reduce the number of moving parts. Rspamd has built-in DKIM signing, greylisting, DMARC checking to name a few * It doesn't just mark the mail as spam/not-spam, it gives every mail a score and depending on the score it does either: nothing, greylist it, mark it as spam or reject it[2] (more actions is available and it can be tweaked) * Replies whitelisting[3] * It supports ARC signing, which can be useful * A cool looking WebUi :) * ... and more[4]... [1] https://rspamd.com/doc/tutorials/migrate_sa.html#why-migrate-to-rspamd [2] https://rspamd.com/doc/faq.html#what-are-rspamd-actions [3] https://rspamd.com/doc/modules/replies.html [4] https://rspamd.com/comparison.html
-