On 07Apr2021 18:34, Kurt Hackenberg <[email protected]> wrote:
>On 2021/04/07 18:16, Kurt Hackenberg wrote:
>>On 2021/04/07 17:01, Chris Green wrote:
>>>I'm looking for a tool which will allow me to search through a large
>>>hierarchy of maildir messages and then provide actions to take on the
>>>matched messages.
>>
>>
>>fdm?
>><https://github.com/nicm/fdm/blob/master/MANUAL>
>>
>>Or some other filter-and-deliver program -- but not procmail,
>>because it's a zombie, abandoned by its last maintainers, last
>>release 20 years ago.
>
>
>Maybe Cameron Simpson's filer, if he publishes it.
It's got some dependencies on some stuff I need to weed out before it is
easy for someone-not-me to use. It's also not particularly well suited
to Chris' requirement, which includes preserving the source tree shape
in the archiving process.
I suspect Chris may need to roll his own. I'd imagine something like:
find message paths using mairix \
| move message files sideways, making sure there's no conflicts
Cheers,
Cameron Simpson <[email protected]>