On 13 Feb 2019, at 11:10, Peter Chiochetti via dovecot
wrote:
> ls | while read F; do echo $F; T=$(echo $F | cut -c 1-10); D=$(date
> --date="@$T" "+../../.Archive.%Y-%m/cur"); echo $D; done
Perfect!
(change date to gdate if your system is BSD based and your gnu tools are prefix
with 'g')
-
Am 13.02.19 um 15:44 schrieb Gandalf Corvotempesta via dovecot:
Il giorno mer 13 feb 2019 alle ore 14:02 @lbutlr via dovecot
ha scritto:
Why would the script be looking at the contents of the messages at all?
The script isn't made by me and i'm not a python programme, thus, i'll
keep it as-is
Il giorno mer 13 feb 2019 alle ore 14:02 @lbutlr via dovecot
ha scritto:
> Why would the script be looking at the contents of the messages at all? css having to "deal" with the subject? If you are using maildir, you have the
> timestamp in the filename, and you can easily sort a message into yyy
On 13 Feb 2019, at 02:22, Gandalf Corvotempesta via dovecot
wrote:
> Hi to all
> We have a maildir with about 180GB of emails.
> We have to archive them to a structure like: .Archive.YYY./MM.folder
>
> Are you aware of a script doing this ? I've found a perl script that
> doesn't spit in year
Il giorno mer 13 feb 2019 alle ore 11:09 Aki Tuomi
ha scritto:
> with 2.3.4 you could use the new FILTER command over IMAP to run sieve script.
It's a very very old server, i'm not on 2.4.x
I've managed to make this working:
https://gist.github.com/fwenzel/280896
is working properly. I had to ma
> On 13 Feb 2019, at 11.22, Gandalf Corvotempesta via dovecot
> wrote:
>
> Hi to all
> We have a maildir with about 180GB of emails.
> We have to archive them to a structure like: .Archive.YYY./MM.folder
>
> Are you aware of a script doing this ? I've found a perl script that
> doesn't spit i
with 2.3.4 you could use the new FILTER command over IMAP to run sieve script.
Aki
On 13 February 2019 at 12:07 Marc Roos via dovecot <
dovecot@dovecot.org> wrote:
I have made something for archiving
I have made something for archiving that you can supply with an array of
mail folders and it wil move messages of a specific year to a folder
ARCHIVE/YEAR. If you only have 180GB I would not make subdivision in
months. Just put everything in a year folder sent and and received
combined.
Also
Am 13.02.19 um 10:22 schrieb Gandalf Corvotempesta via dovecot:
Hi to all
We have a maildir with about 180GB of emails.
We have to archive them to a structure like: .Archive.YYY./MM.folder
Are you aware of a script doing this ? I've found a perl script that
doesn't spit in year and month and a v