From de0e19f08368b410fd257478c787609691ef0cc1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 21 May 2023 17:21:00 +0200 Subject: akkoma: reject another instance no idea who this is, they just plopped up suddenly --- flora/services/akkoma.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flora/services') diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index e3aed9d..c4f4e39 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -100,7 +100,10 @@ in redirect_on_failure = true; }; ":mrf_simple" = { - reject = [ (mkTuple ["mastodon.social" "spam"]) ]; + reject = [ + (mkTuple ["mastodon.social" "spam"]) + (mkTuple ["uden.ai" "lol"]) + ]; }; ":mrf".policies = map mkAtom [ "Pleroma.Web.ActivityPub.MRF.SimplePolicy" -- cgit v1.2.3