-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new filtering rules #1
Comments
From @kostko on July 8, 2014 16:4 It would be useful to have filtering rules that match |
One filter I sorely miss is the ability to forward mail to one or multiple addresses white retaining a copy in the original mailbox. This is unfortunately often a requirement in business settings where a temporary worker is assigned an address but the supervisor insists on receiving a copy of every email sent to that address to be sure nothing gets lost. Any chance that will be implemented soon? If you yourself are too busy, I'd be happy to give it a shot, given some pointers. |
@herrbischoff Do you know the sieve command that would allow this? |
@herrbischoff Looks like something we can add. I think this feature could interest other people so maybe I propose it through the sponsoring system. What do you think? Would you be ready to participate? |
Sure, I'm game. Although I don't quite see how this rather trivial change would need to be sponsored. Maybe you have something more elaborate in mind. The only change between the existing implementation and my suggested one is as follows. It would boil down to duplicating "Redirect message to" as "Copy message to" with a minimal change. Redirect message to
Copy message to
That's all really. If I was able to figure out how you create the Sieve entries, I would make the change to the code myself. The solution to include multiple addresses shouldn't be too hard as well — just separate by commas. This however appears to go against the current behavior of the other multiple address fields. I was actually surprised to not see this function being there in the first place. Practically all mail servers I have dealt with over the years had this implemented as a basic function. |
That change would also require to modify the rule editor (the GUI) to add a "keep copy" option when a user select the redirect action. And it would also require to modify the sievelib package because it currently does not support the :copy extension. I think we are on the same level of work than this feature: https://modoboa.org/en/sponsor/3/. |
I see. Thanks for clearing that up. Does that mean I would have to sponsor the full amount or is this a kind of crowdsourcing? |
This is a crowdfunding mechanism and you don't have to sponsor if you don't want to ;) |
Great, good to hear. I'll very likely be participating though. ;) I really appreciate your work on Modoboa. |
Any news regarding the sponsoring? I'm ready to sponsor over here! :) |
@herrbischoff Sorry about that, weeks don't have enough days... I'll post something tomorrow. |
@herrbischoff Here it is: https://modoboa.org/en/sponsor/4/ ;-) |
@tonioo: Thanks! I will send something over as soon as I get my PayPal account in order. It appears they have blocked it because of an unpaid balance of 1.90 EUR... 😕 |
@herrbischoff Don't worry, it has been sponsored by others :) |
@tonioo: Wow, that was quick! I promise to sponsor in the future. Keep the feature improvements coming. :) I'm looking forward to see this implemented. I have an email server deployment lined up in the near future that would greatly profit from this feature. |
A "custom"/"manuelle" header field would be great, so |
I'm direly missing "discard" and set/add/remove flags (e.g. mark message as read). |
From @tonioo on December 4, 2013 15:45
Originally created by Antoine Nguyen on 2012-10-21T10:09:27Z
Check the RFCs to see if other useful rule types (or extensions) exist.
Copied from original issue: modoboa/modoboa#329
The text was updated successfully, but these errors were encountered: