I was mainly wondering if you can identify (easily) what email headers are ugly that QS doesn't like. This way, I can point to the specific problem that the other admin needs to fix in order for these messages to be sent with clean mime.
debug log tell you anything? Do you see a line like: w_c: found CRL/NULL in header - invalid if this is a MIME message
Likely, you'll find the above, which means a carriage return (\r) or NULL (\0) is being inserted email header(s) by the voicemail-to-wav email app, you could use --ignore-eol-check as a config option:
You can either have them fix the app, or modify your QS config a bit
from config-options.php:
--ignore-eol-check [yes|no] Defaults to "no". Making this "yes" stops Qmail-Scanner
from treating "\r" or "\0" chars in the headers of
MIME mail messages as being suspicious enough to quarantine
mail over. Some sites receive so much broken e-mail that this
option has been created so that they can still receive such
messages without having to be as drastic as to "--fix-mime no"
- which disables all sorts of other good stuff. Use only if you
have to.
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general