Re: Query emails sent to undisclosed-recipients

2021-04-14 Thread NeilBrown
On Tue, Mar 23 2021, Tomi Ollila wrote: > On Tue, Mar 23 2021, David Bremner wrote: > >> Tomi Ollila writes: >> >>> On Tue, Mar 23 2021, Firmin Martin wrote: >>> Hi, I have emails whose the "To" field is undisclosed recipients. In JSON: ``` "To": "undisclosed-recipie

Re: Query emails sent to undisclosed-recipients

2021-03-23 Thread Tomi Ollila
On Tue, Mar 23 2021, David Bremner wrote: > Tomi Ollila writes: > >> On Tue, Mar 23 2021, Firmin Martin wrote: >> >>> Hi, >>> >>> I have emails whose the "To" field is undisclosed recipients. In JSON: >>> >>> ``` >>> "To": "undisclosed-recipients: ;" >>> ``` >>> >>> I would want to tag such email

Re: Query emails sent to undisclosed-recipients

2021-03-23 Thread David Bremner
Tomi Ollila writes: > On Tue, Mar 23 2021, Firmin Martin wrote: > >> Hi, >> >> I have emails whose the "To" field is undisclosed recipients. In JSON: >> >> ``` >> "To": "undisclosed-recipients: ;" >> ``` >> >> I would want to tag such email as spam, but I can't query them >> using >> >> ``` >>

Re: Query emails sent to undisclosed-recipients

2021-03-23 Thread Tomi Ollila
On Tue, Mar 23 2021, Firmin Martin wrote: > Hi, > > I have emails whose the "To" field is undisclosed recipients. In JSON: > > ``` > "To": "undisclosed-recipients: ;" > ``` > > I would want to tag such email as spam, but I can't query them > using > > ``` > notmuch show --format=json to:"undiscl

Query emails sent to undisclosed-recipients

2021-03-23 Thread Firmin Martin
Hi, I have emails whose the "To" field is undisclosed recipients. In JSON: ``` "To": "undisclosed-recipients: ;" ``` I would want to tag such email as spam, but I can't query them using ``` notmuch show --format=json to:"undisclosed-recipients: ;" ``` or any variation (regex etc.). This que