Spam Problems

Discussion in 'Installation/Configuration' started by 3cwired_com, May 31, 2009.

  1. 3cwired_com

    3cwired_com New Member

    I am using debian lenny, and ispconfig 3. I do have the spamfilter activated and i can see the mails which get read and processed by the spam filter. The mail header I attached below doesnt contain any spam filter so it isn't getting tagged/processed at all. Is there a way to force this to get tagged/processed? Is this a feature/bug?

    Code:
    Return-Path: <[email protected]>
    Received: from localhost (localhost [127.0.0.1])
        	by server1.my_domain.com (Postfix) with ESMTP id 701547F21D1
        	for <my_user@my_domain.com>; Sun, 31 May 2009 12:27:33 -0400 (EDT)
    X-Virus-Scanned: Debian amavisd-new at server1.my_domain.com
    Received: from server1.my_domain.com ([127.0.0.1])
        	by localhost (server1.my_domain.com [127.0.0.1]) (amavisd-new, port 10024)
        	with ESMTP id VH+Lpb7+vhja for <my_user@my_domain.com>;
        	Sun, 31 May 2009 12:27:18 -0400 (EDT)
    Received: from [88.230.221.160] (unknown [88.230.221.160])
        	by server1.my_domain.com (Postfix) with ESMTP id B892F7F21C6
        	for <my_user@my_domain.com>; Sun, 31 May 2009 12:26:46 -0400 (EDT)
    Received: from [88.230.221.160] by boonebrothers.com.mail5.psmtp.com; Sun, 31 May 2009 18:27:16 +0200
    From: "Jarvis Hollingsworth" <[email protected]>
    To: <my_user@my_domain.com>
    Subject: Xspend this summer with vi,aqra pr.o<fes.sio>nal pil'lsk
    Date: Sun, 31 May 2009 18:27:16 +0200
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
        	boundary="----=_NextPart_000_0006_01C9E21D.6C8EDA00"
    X-Mailer: Microsoft Office Outlook, Build 11.0.6353
    Thread-Index: Aca6Q58727G1V0JO8SV4SIQLPQ35MS==
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869
    Message-ID: <01c9e21d$6c8eda00$a0dde658@knlgresqgef>
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The mails is processed by the spamfilter:

    X-Virus-Scanned: Debian amavisd-new at server1.my_domain.com
     
  3. 3cwired_com

    3cwired_com New Member

    Like the other user mentioned, it appears the post I made above is only scanning for viruses, where this insert below shows this message being scanned for spam also. I want to know how to ensure that all mails are scanned for spam and not just viruses. See the headers below also include the virus scanning along side with the spam scanning.

    Code:
    Return-Path: <my_user@my_domain.com>
    Received: from localhost (localhost [127.0.0.1])
        	by server1.my_domain.com (Postfix) with ESMTP id 99A407F21CE
        	for <my_user@my_domain.com>; Sun, 31 May 2009 10:25:04 -0400 (EDT)
    X-Virus-Scanned: Debian amavisd-new at server1.my_domain.com
    X-Spam-Flag: NO
    X-Spam-Score: 3.521
    X-Spam-Level: ***
    X-Spam-Status: No, score=3.521 tagged_above=3 required=6.9
        	tests=[ALL_TRUSTED=-1.44, TVD_RCVD_IP=1.617, TVD_RCVD_IP4=3.344]
    Received: from server1.my_domain.com ([127.0.0.1])
        	by localhost (server1.my_domain.com [127.0.0.1]) (amavisd-new, port 10024)
        	with ESMTP id n+lhNKe90vhI; Sun, 31 May 2009 10:24:53 -0400 (EDT)
    Received: from 64.251.18.206 (localhost [127.0.0.1])
        	by server1.my_domain.com (Postfix) with ESMTP id A1B727F21C6;
        	Sun, 31 May 2009 10:24:23 -0400 (EDT)
    Received: from 72.144.58.103
         (SquirrelMail authenticated user my_user@my_domain.com)
         by 64.251.18.206 with HTTP;
         Sun, 31 May 2009 10:24:53 -0400 (EDT)
    Message-ID: <[email protected]>
    In-Reply-To: <[email protected]>
    References: <[email protected]>
    Date: Sun, 31 May 2009 10:24:53 -0400 (EDT)
    Subject: *Spam*Re: pix ftp access
    From: my_user@my_domain.com
    To: "john doe" <some_other_user@another_host.com>
    Cc: my_user@my_domain.com
    User-Agent: SquirrelMail/1.4.15
    MIME-Version: 1.0
    Content-Type: text/plain;charset=iso-8859-1
    Content-Transfer-Encoding: 8bit
    X-Priority: 3 (Normal)
    Importance: Normal
    
     

Share This Page