Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E18C084D5E for ; Tue, 29 Aug 2023 16:31:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id X4xsQMQX4l3T for ; Tue, 29 Aug 2023 16:31:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 423D684CF3 for ; Tue, 29 Aug 2023 16:31:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B649FBDB; Tue, 29 Aug 2023 16:31:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693326701275990" MIME-Version: 1.0 Date: Tue, 29 Aug 2023 16:31:41 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/mail/opensmtpd-filter-rspamd/files To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230829163141.3B649FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693326701275990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Tue Aug 29 16:31:41 UTC 2023 Modified Files: pkgsrc/mail/opensmtpd-filter-rspamd/files: README.rspamd Log Message: opensmtpd-filter-rspamd: add reference to manual. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693326701275990 Content-Disposition: inline Content-Length: 689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd diff -u pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd:1.2 pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd:1.3 --- pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd:1.2 Mon Aug 28 18:08:42 2023 +++ pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd Tue Aug 29 16:31:41 2023 @@ -15,5 +15,7 @@ Then add the filter to each listener tha listen on socket filter "rspamd" listen on $ipv4 [...] filter "rspamd" +See filer-rspamd(8) man page. + The filter itself doesn't have a configuration and depends upon -the Rspamd daemon configuration. +the Rspamd daemon configuration. --_----------=_1693326701275990--