On 6/14/23 03:44, Eric Wong wrote:

Any chance that List-Id doesn't match the older messages?

You are allowed multiple `watchheader' directives for an inbox
to account for address/name changes and such (and older headers
such as `X-BeenThere')

I haven't tried it, but this should work as long as you want
every message in a watched Maildir (or IMAP folder):

        watchheader = From:.

...which matches all messages with a literal `.' in the From: header;
so practically every valid message.  Likewise for Received:, Date:
or any practically-always-present header:value-substring combo.

I think everything else in your configs+commands looked fine;
but I'm still struggling with lack-of-sleep and could've missed
things :<


I designed the `watchheader' directives to handle multiple lists
funneled into one Maildir; but I suppose it's less intuitive for
users with a 1:1 list => Maildir mapping :x

Unfortunately I have several lists in the same Maildir, so I need to use watchheader.

The List-Id hasn't changed for several years: for example this is a message from November 2021:

List-Unsubscribe: <mailto:[email protected]>
List-Subscribe: <mailto:[email protected]>
List-Help: <mailto:[email protected]>
Sender: [email protected]
List-Id: <devel.edk2.groups.io>
Mailing-List: list [email protected]; contact [email protected]
X-Remote-Delivered-To: mailing list [email protected]
Reply-To: [email protected],[email protected]
X-Gm-Message-State: WX5Eq2TqR2PVB2bR8lJXcv0Zx3953573AA=
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain

I added a line to match against To: as well, and that's working.

--
Rebecca Cran


Reply via email to