![]() |
|
|||||||
| Email Comments, Questions and Miscellaneous Share your opinion of the email service you're using. Post general email questions and discussions that don't fit elsewhere. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Essential Contributor
Join Date: Dec 2013
Posts: 245
|
Have you seen email filtering this limited?
I've been trying a few email providers and came across this very basic filtering setup. What surprised me is that it doesn't support multiple conditions, and the matching criteria are limited to just "is" and "contains."
Screenshots: [Link] [Link] Now for a fun one: can you guess which provider this is? ![]() |
|
|
|
|
|
#2 | |
|
Cornerstone of the Community
Join Date: Dec 2017
Location: Scotland
Posts: 859
|
Quote:
I'd be lost without being able to filter on any header (especially those derived from the SMTP envelope), multiple conditions, and regex. |
|
|
|
|
|
|
#3 | |
|
Senior Member
Join Date: Feb 2024
Posts: 140
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Essential Contributor
Join Date: Apr 2014
Posts: 410
Representative of:
MXRoute.com |
It looks like stripped down sieve filtering. Honestly I get it. Even the more knowledgeable people screw themselves with sieve filters and then blame their mail host. When you're trying to make something for people of all different levels of competence, simple has value.
|
|
|
|
|
|
#5 |
|
Essential Contributor
Join Date: Aug 2004
Location: USA
Posts: 324
|
|
|
|
|
|
|
#6 |
|
Cornerstone of the Community
Join Date: Dec 2017
Location: Scotland
Posts: 859
|
|
|
|
|
|
|
#7 |
|
The "e" in e-mail
Join Date: Feb 2005
Location: USA
Posts: 2,371
|
The more basic the more I like it.. Like my friend Jeffs site.. Not hard to use
![]() |
|
|
|
|
|
#8 | |
|
Cornerstone of the Community
Join Date: Dec 2017
Location: Scotland
Posts: 859
|
Quote:
But also more or less useless. Filtering on "To:" (especially) is no good. You need to filter on who the mail's actually been sent to (ie the SMTP envelope data).. "From:" is also (on spam) often unreliable garbage. IMO a decent provider will provide thorough filtering too - by all means put it behind an "advanced" link if you don't want to scare people. |
|
|
|
|
|
|
#9 | |
|
Essential Contributor
Join Date: Dec 2013
Posts: 245
|
Quote:
I’m on the free trial, and while the pricing is appealing, I don’t think I’ll be subscribing. |
|
|
|
|
|
|
#10 |
|
Intergalactic Postmaster
Join Date: Oct 2002
Location: Holon, Israel.
Posts: 5,217
|
Most users have only one email address and don't understand the concept of "envelope". They would filter on "To" or "Cc" to separate mail that only have them on "Cc" (or "Bcc") from mail where they are the main recipient.
|
|
|
|
|
|
#11 | |
|
Cornerstone of the Community
Join Date: Dec 2017
Location: Scotland
Posts: 859
|
Quote:
But if a user only receives a mail because they were BCCed, nothing in "To:" or "CC:" is reliably always relevant. Of course on non-spam email "To:" &/ "CC:" will sometimes be relevant. |
|
|
|
|
|
|
#12 |
|
Senior Member
Join Date: Feb 2024
Posts: 140
|
Additionally, the FROM filter allows only one email address.
|
|
|
|
|
|
#13 | |||
|
Essential Contributor
Join Date: Dec 2013
Posts: 245
|
Quote:
I understand not everyone uses filtering. In my early years of using email, everything just went into the main inbox, but as I got older, I started to appreciate having everything organized into folders, which saves me time and reduces the mess. Quote:
Quote:
![]() Exactly, that's what makes it very hard to use for "advanced" users like me lol, because my needs are more complex than having just one condition. A workaround is to do it on a client, for example FairEmail, but that's a pain. |
|||
|
|
|
|
|
#14 | |
|
Cornerstone of the Community
Join Date: Dec 2017
Location: Scotland
Posts: 859
|
Quote:
- secondly - it's much easier to search through a saved script (in a decent text editor) than it is in a gui to find (say) all one's sieve rules which use a particular feature. I find my sieve scripts don't "go wrong"; but that's because (a) I programmed for much of my working life so know how to program 'defensively' & (b) none of them fully delete mail; the worst they'll do is route mails meeting certain criteria to a test should-probably-delete-these folder. I'll still eyeball what ends up in those folders before (manually) deleting stuff. In Roundcube I regularly download everything that ends up in certain likely-spam folders then post-process those emails checking that nothing unexpected has ended up in any of the folders. Back in the old dial-up days I DID programatically delete things on [POP3] servers (albeit with rules my own code regenerated every day). As soon as always-on internet connections arrived I found it easier to download everything & filter it in an email client (or now: in a webmail system). I've recently been experimenting in sieve with different forms of regex expressions - some didn't seem to match when I thought they should. The breakthrough came when I discovered they use the "POSIX" standard. (I've been using regexes on & off since the late 1970s.) |
|
|
|
|