I am trying to assess the Spamminess of E-mails. The emails are received in Maildir (on Linux server) via Postfix.
I am completely new to the E-mail domain. So I am curious about the following things:
- Do the emails with attachments usually pass through the spam filters?
- Is there a size limit (attachment size) that decides this?
My actual question is (when the emails have attachments) will SpamAssassin take longer than usual to assess the email? I am using the Linux version of Apache SpamAssassin.
I can easily extract different parts of the email (including images/PDFs) with JavaMail but, at the end, when I try to pass the file to SpamAssassin, the process never ends. It works fine for smaller attachments (30-40 KB) though.
Did anyone face the same problem? Suggestions are much appreciated.
Thanks!