php-spamassassin
php-spamassassin copied to clipboard
Fix endless loop on Spamassessin crash
When handling large messages, SpamAssassin sometimes crashes during analysing. The fgets() function than returns false, which is not caught. Templateria is then caught in an endless loop. This patch will fix that.
This has caused our Mail Import Script to fail several times. We currently use a workaround, but would prefer to have this fixed.