Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How can I filter for email messages sent from any mailing list?

$
0
0

In GMail you can create a filter based on a single mailing list:

list:(<some.mailing.list>)

And also for multiple lists:

list:({ <some.mailing.list> <another.mailing.list> })

But, is there a way to specify any (all) mailing lists?

Something like:

list:({ * }) 

Viewing all articles
Browse latest Browse all 9782

Trending Articles