From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oLXWMq66jF/oTQAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 21:59:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oIOjLq66jF/HbwAAbx9fmQ (envelope-from ) for ; Sun, 18 Oct 2020 21:59:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E70649403A6 for ; Sun, 18 Oct 2020 21:59:09 +0000 (UTC) Received: from localhost ([::1]:45598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGho-0000iC-Gq for larch@yhetil.org; Sun, 18 Oct 2020 17:59:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUGhi-0000hr-R6 for guix-patches@gnu.org; Sun, 18 Oct 2020 17:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUGhi-0002UC-G7 for guix-patches@gnu.org; Sun, 18 Oct 2020 17:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUGhi-0006BW-GS for guix-patches@gnu.org; Sun, 18 Oct 2020 17:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43974] [PATCH] gnu: Add rspamd. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Oct 2020 21:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43974 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Alexandru-Sergiu Marton , 43974@debbugs.gnu.org Cc: Alexandru-Sergiu Marton Received: via spool by 43974-submit@debbugs.gnu.org id=B43974.160305828223694 (code B ref 43974); Sun, 18 Oct 2020 21:59:02 +0000 Received: (at 43974) by debbugs.gnu.org; 18 Oct 2020 21:58:02 +0000 Received: from localhost ([127.0.0.1]:39224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGgk-0006A0-DO for submit@debbugs.gnu.org; Sun, 18 Oct 2020 17:58:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGgi-00069a-62 for 43974@debbugs.gnu.org; Sun, 18 Oct 2020 17:58:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50577) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGgb-0002PC-Cw; Sun, 18 Oct 2020 17:57:54 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:36542 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUGgV-0003XI-V5; Sun, 18 Oct 2020 17:57:49 -0400 From: Marius Bakke In-Reply-To: <20201013105723.14495-1-brown121407@posteo.ro> References: <20201013105723.14495-1-brown121407@posteo.ro> Date: Sun, 18 Oct 2020 23:57:45 +0200 Message-ID: <87zh4jjixy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: KiVvwGcpOMVs --=-=-= Content-Type: text/plain Alexandru-Sergiu Marton writes: > * gnu/packages/mail.scm (rspamd): New variable. This patch did not apply for me, can you rebase it on current 'master'? > This patch adds a recipe for the "rspamd" spam filter. In an ideal world we > would have a service definition for this as well, but I don't know how to > write those yet, so I'd appreciate any help from the community. Rspamd already > has service definitions for systemd, we could try to translate those to the > Guix APIs. Cool! Feel free to drop by the #guix IRC channel for live help with writing service definitions. It may look intimidating with types and all, but is actually not that difficult. :-) [...] > + (synopsis "Fast, free and open-source spam filtering system") s/free and open-source// (everything is free in Guix by definition) Can you send an updated patch? Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+MulkPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6bycH/ROQsbUl7bTNFG8QgF+B48XgZz1ML0jCGWXk R0l3qlKOKxsHLQT9hVGjBs8/7tkII1EKkuRrDhlNFWrVHitvit200cFBfVqir3e2 VO9HAMbeO6hSV/4rkM6lXJXe1g4cP+6PmjgSmR69ZHx48A1wBXg7wkfXjW7WG043 xV444I9EzM+M1WnbUnnBSEDsP2GDeSC3k/YebwkY9WlVcqaCcbT7nos5YYMFfQ/z 9zh1v2aCsAwd8fF2yAgAh5N+KRJy7pnSOj3WxIJbOst5lLtDPFZUR5F3F51bTppg t9M7NxPNpeN8JnGtuUj9LJUdbY8RQIjauEf/dNHyaSggoeSqYd4= =GR6a -----END PGP SIGNATURE----- --=-=-=--