https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6916

Michael Peek <p...@nimbios.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p...@nimbios.org

--- Comment #4 from Michael Peek <p...@nimbios.org> ---
OS distro & version: Ubuntu 12.04

Spamassassin version: 3.3.2-2ubuntu1

Spamd -D output: Attached

Trigger message: The exact message was too large to upload.  The web page
suggested posting a link instead: 

http://www.nimbios.org/~peek/tmp/for_apache/message.txt.gz

(Actually I shouldn't bother to wasting resources scanning messages this large,
which is a separate configuration issue that I'll have to address.  But this
message *does* trigger the bug, so here it is.)

Glue: exim 4.76-3ubuntu3.1, which is compiled with the the content-scanning
extension for spamassassin.  The relevant lines in exim's configuration file
are:

    # Add message header tags that detail the spamfilter's score for this
    # message.
    warn
        spam = mailfilter:true
        add_header = X-Spam-Score: $spam_score ($spam_bar)

    # If this message looks like it might be spam add another header
    warn
        spam = mailfilter
        add_header = X-Spam: SPAM
    warn
        spam = mailfilter
        add_header = X-Spam-Report: \n  $spam_report
    warn
        spam = mailfilter
        logwrite = SPAM ALERT

    #
    # Accept:
    # - If this message has been deemed spam
    # - And it's not from a sender internal to the NIMBioS network
    # Then:
    # - Accept it, but pretend to deny it
    #
    accept
        spam = mailfilter
        condition = ${if !eq{$acl_m1}{1}{true}{false}}
        logwrite = Accepted DATA (SPAM CONTENT, FAKING EMAIL REJECTION)
        control = fakereject/Invalid or unknown user.


Although it crashes under exim, spamc seems to not have a problem with the
message: 

mailfilter@gero:$ cat message.txt | spamc --check -s 268435456 ; echo $?
0.0/5.0
0

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to