spamassassin setup how to make sure X-Spam-Status is allways written.
        Posted  
        
            by DoviG
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DoviG
        
        
        
        Published on 2010-04-07T16:08:57Z
        Indexed on 
            2010/04/07
            16:13 UTC
        
        
        Read the original article
        Hit count: 413
        
postfix
|spamassassin
Hi, I just found out that spamassassin skips checking for email bigger than 250KB by default. Due to a coding bug, I check for the X-Spam-Status header in incoming emails and did not take into account the fact that it might be null. I know that I can increase the size of the limit by configuration but it may cause a load issue on my server. Since I do not want to redeploy my application at this time I was wondering if there is a way to make sure this header exists automatically in every email, either by spamassassin configuration or by postfix or something else. Thanks, Dov.
© Stack Overflow or respective owner