vexim / vexim2

Virtual Exim 2
Other
71 stars 47 forks source link

(idea) drop header filtering functionality #288

Open rimas-kudelis opened 5 months ago

rimas-kudelis commented 5 months ago

Vexim comes with an ability for users to block emails by certain headers (From, To, Subject and X-Mailer).

This functionality means four extra routers (one per each header), but I doubt it's that useful anymore. Perhaps we should remove it in future releases, what do you think?

screen shot

kaluang commented 5 months ago

A bit off topic but what I miss most in Vexim is the possibility to filter mails into subfolders by sender/subject/content. Does anyone know a good third party software to do that with vexim or is it something we should consider adding?

rimas-kudelis commented 5 months ago

@kaluang, that would probably be Sieve or it's alternatives. Yeah, we probably should consider integrating it somewhere somehow (I have yet no idea where and how Sieve filters are stored, because I never used it).

Alternatively, we could have an interface like shown above, but with added ability to move emails to subfolders instead of rejecting them. Not sure I'd like us implementing that limited filtering though. Perhaps generating/parsing Sieve filters would be a nicer choice.

runout-at commented 5 months ago

I never did use the header filter. And for normal users its too technical.

@kaluang, I use sieve filters a lot. Roundcube has/had a good plugin for configuring sieve filters.