From: Michael Orlitzky Date: Wed, 24 Apr 2024 01:49:06 +0000 (-0400) Subject: list-remote-forwards.cabal: fix triples -> pairs X-Git-Url: http://gitweb.michael.orlitzky.com/list-remote-forwards.git/?p=list-remote-forwards.git;a=commitdiff_plain;h=299fc3d5e87253e39220833d0302055abd48a173 list-remote-forwards.cabal: fix triples -> pairs --- diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index 52b2b3d..53dfcd9 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -93,7 +93,7 @@ description: SQL query used to produce a list of all forwards on the mail system. This query should return the set of all (address, goto) - triples, where \"goto\" is the destination address; i.e. to + pairs, where \"goto\" is the destination address; i.e. to where the \"address\" forwards. The \"goto\" field may contain more than one email address, separated by commas.