Hi list,  

 I'm having a problem when forwarding misidentified messages back to
DSPAM. The problem is that I'm encoding the WHOLE message, including
headers and body, using BASE64 and then forwarding to (spam-/notspam-)
[EMAIL PROTECTED] [1] in order to feed the system.  

 I've attached a snippet from (dspam.debug) file, I can see at the
end that no signature was found.  

 Anyone can tell me what's wrong??  

 Brian M. ([EMAIL PROTECTED] [1])  

   

Links:
------
[1] mailto:[EMAIL PROTECTED]


!DSPAM:1011,484fc759150924552614233!
SEND: 221 2.0.0 OK
SEND: 220 DSPAM LMTP 3.8.0 Ready
SRECV: LHLO mail.example.com

SEND: 250-mail.example.com
SEND: 250-PIPELINING
SEND: 250-ENHANCEDSTATUSCODES
SEND: 250 SIZE
checking trusted user list for root(0)
SRECV: MAIL FROM:<[EMAIL PROTECTED]>

SEND: 250 2.1.0 OK
SRECV: RCPT TO:<[EMAIL PROTECTED]>

SEND: 250 2.1.5 OK
SRECV: DATA

SEND: 354 Enter mail, end with "." on a line by itself
SRECV: Received: from localhost (localhost [127.0.0.1])

SRECV:     by mail.example.com (Postfix) with SMTP id 61320115D3

SRECV:     for <[EMAIL PROTECTED]>; Wed, 11 Jun 2008 15:24:18 +0300 (IDT)

SRECV: MIME-version: 1.0

SRECV: Date: Wed, 11 Jun 2008 15:24:18 +0300

SRECV: From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>

SRECV: Subject: Released From Quarantine

SRECV: To: [EMAIL PROTECTED]

SRECV: Content-type: multipart/mixed;

SRECV:         boundary="Part-aef9db4265eb67f6536e5100ffaed230"

SRECV: Message-Id: <[EMAIL PROTECTED]>

SRECV:

SRECV: This is a MIME encoded message.

SRECV:

SRECV: --Part-aef9db4265eb67f6536e5100ffaed230

SRECV: Content-type: text/plain; charset="us-ascii"

SRECV: Content-transfer-encoding: 7bit

SRECV:

SRECV: Message has been released from Spam Quarantine.

SRECV:

SRECV: --Part-aef9db4265eb67f6536e5100ffaed230

SRECV: Content-type: application/octet-stream;

SRECV:         name="1213185100.P36833Q0M508955.mail.example.com:2,S"

SRECV: Content-disposition: attachment; filename="1213185100.P36833Q0M508955.mail.example.com:2,S"

SRECV: Content-transfer-encoding: base64

SRECV:

SRECV: UmVjZWl2ZWQ6IGZyb20gbnVjbGVhcmVsZXBoYW50LmNvbSAoZHNwYW0ubnVjbGVhcmVsZXBoYW50

...
...
...
...

SRECV: QGxpc3RzLm51Y2xlYXJlbGVwaGFudC5jb20iLgoK

SRECV:

SRECV: --Part-aef9db4265eb67f6536e5100ffaed230--

SRECV:

SRECV: .

using database handle id 7
handle locked
DSPAM Instance Startup
input args: dspam --deliver=innocent
pass-thru args:
processing user [EMAIL PROTECTED]
uid = 0, euid = 107, gid = 0, egid = 0
loading preferences for user [EMAIL PROTECTED]
default preferences empty. reverting to dspam.conf preferences.
Loading preferences from dspam.conf
aggregated preference 'spamAction' => 'quarantine'
aggregated preference 'signatureLocation' => 'headers'
aggregated preference 'showFactors' => 'on'
aggregated preference 'spamSubject' => '[SPAM]'
using /var/db/dspam/opt-in/cust.and.co.il/brian.m.dspam as path
using /var/db/dspam/opt-out/cust.and.co.il/brian.m.nodspam as path
adding user to merged group globalgroup
sedation level set to: 5
attribute StorageDriver = XXXX
attribute ZZZServer = XXX
attribute ZZZPort = XXX
attribute ZZZUser = XXX
attribute ZZZPass = XXX
attribute ZZZDb = XXX
attribute ZZZCompress = true
attribute ZZZConnectionCache = 50
attribute ZZZVirtualTable = alias
attribute ZZZVirtualUIDField = uid
attribute ZZZVirtualUsernameField = address
attribute ZZZVirtualForwardField = goto
attribute ZZZUIDInSignature = off
attribute HashRecMax = 25165843
attribute HashAutoExtend = on
attribute HashMaxExtents = 0
attribute HashExtentSize = 1572869
attribute HashPctIncrease = 10
attribute HashMaxSeek = 10
attribute HashConcurrentUser = user
attribute HashConnectionCache = 10
attribute LocalMX = 127.0.0.1
attribute ProcessorURLContext = on
attribute ProcessorBias = on
scanning component 0 for a DSPAM signature
  : Boundary     : Part-aef9db4265eb67f6536e5100ffaed230
  : Term Boundary: Part-aef9db4265eb67f6536e5100ffaed230
  : Encoding     : 254
  : Media Type   : 1
  : Media Subtype: 2
  : Headers:
    Received                          from localhost (localhost [127.0.0.1])
        by mail.example.com (Postfix) with SMTP id 61320115D3
        for <[EMAIL PROTECTED]>; Wed, 11 Jun 2008 15:24:18 +0300 (IDT)
    MIME-version                      1.0
    Date                              Wed, 11 Jun 2008 15:24:18 +0300
    From                              [EMAIL PROTECTED] <[EMAIL PROTECTED]>
    Subject                           Released From Quarantine
    To                                [EMAIL PROTECTED]
    Content-type                      multipart/mixed;
        boundary="Part-aef9db4265eb67f6536e5100ffaed230"
    Message-Id                        <[EMAIL PROTECTED]>
scanning component 1 for a DSPAM signature
  : Term Boundary: Part-aef9db4265eb67f6536e5100ffaed230
  : Encoding     : 0
  : Media Type   : 0
  : Media Subtype: 0
  : Headers:
    Content-type                      text/plain; charset="us-ascii"
    Content-transfer-encoding         7bit
scanning component 2 for a DSPAM signature
scanning component 3 for a DSPAM signature
  : Encoding     : 254
  : Media Type   : 0
  : Media Subtype: 0
  : Headers:
DSPAM Instance Shutdown.  Exit Code: 0
SEND: 250 2.6.0 <[EMAIL PROTECTED]> Message accepted for delivery
checking trusted user list for root(0)
SRECV: QUIT

Reply via email to