Hi,
I've a 1GB INBOX file that need to be parsed by a PHP script (HiveMail) through POP account. But due to the huge size of the inbox file, the script is unable to run properly.
Is there anyway to split or filter this file (mostly tagged by SpamAssassin) without corrupting it ? I've tried 'split' but it only splits by size or lines, which doesn't work right for emails.
Or any method I can use to PIPE these emails to the script ?
Any advises ?
Thx,
I've a 1GB INBOX file that need to be parsed by a PHP script (HiveMail) through POP account. But due to the huge size of the inbox file, the script is unable to run properly.
Is there anyway to split or filter this file (mostly tagged by SpamAssassin) without corrupting it ? I've tried 'split' but it only splits by size or lines, which doesn't work right for emails.
Or any method I can use to PIPE these emails to the script ?
Any advises ?
Thx,