On 2004-05-30 19:28, Anders Wallenquist wrote:
> Hur gör ni andra för att hantera mailarkiven?
Jag kör exim, courier-imap samt maildir och fixar arkiv på
högtrafiklistor med exim-filter:
if $header_X-BeenThere: is "exim-users@exim.org" then
if $tod_log matches "^(....)-(..)-.. ..:..:.." then
save $home/Maildir/.exim$1$2/
else
save $home/Maildir/.exim/
endif
endif
/Richard