One thing I can think of is that the size of the images are bigger that the PHP memory allocated. You might try increasing the memory and see if that helps.
Otherwise there is no way of knowing without seeing the exact original email.
You can try turning on detailed Postie logging by adding define('POSTIE_DEBUG', true); to your wp-config.php file.
Thread Starter
cike
(@cike)
Will check it out… Memory limit on php is 64M upgrading it to 128M
Thread Starter
cike
(@cike)
The images are small compared to memory on PHP
Turning on logging seems like the next step.
Thread Starter
cike
(@cike)
If I check postie on 1 mail… does it fine… on 5 getting errors… Any extra advice? Went from 32M to 128M on php memory… but script says uses only 13M
Please send the error log to help@postieplugin.com
Thread Starter
cike
(@cike)
sent some logs yesterday… please investigate
Looks like the signature removal logic is removing a lot of content. You can try setting “Drop The Signature From Mail” to No.