From: SourceForge.net <no...@so...> - 2008-10-29 00:32:29
|
Feature Requests item #2157804, was opened at 2008-10-10 19:06 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=2157804&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nikolaus Schulz (nikosch) Summary: Match against From, To or Subject fields. Initial Comment: Dear Peter, Nikolaus and Brandon, It would be very interesting if archivemail could match against From, To and Subject header fields. So It would be possible to archive or delete just old informative messages in a automated manner, like "eticket generated", "New order arrived" or from addresses like "et...@do...". I'll be trying archivemail with Maildir. Thank you in advance, Gabriel Goes. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2008-10-29 01:32 Message: Hi Peter! I tend to forget about this option. :-) So yes, one can craft IMAP SEARCH commands. But obviously, that doesn't help users with local mailboxes, which is probably the majority. And at least I personally regard --filter-append as a powerful extension interface for IMAP experts, but not something I would like to impose on our typical users. If we want to support some sort of pattern matching in general, we will have to roll our own. ---------------------------------------------------------------------- Comment By: Peter Poeml (poeml) Date: 2008-10-27 04:04 Message: There is an option called --filter-append. I generally use it as "filter-append = 'not FROM poeml@ not ANSWERED not FLAGGED'". If you read up how you specify your criteria in IMAP language, this might do what you want. If you have working example, it could be great to document them. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2008-10-26 15:23 Message: Well, I'm not sure if this is within the scope of archivemail. Basically, the question is if archivemail should support more complex filter criteria. For example, we could (quite easily) grep the mail headers, or even the body. Would be a rather expensive operation, of course. I postpone this for now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456913&aid=2157804&group_id=49630 |