Re: [Declude.JunkMail] ATTACH method not working properly

2003-08-14 Thread R. Scott Perry

We're trying to make use of the ATTACH method (spamhider, 
whatever it's called) but aren't able to get it working properly.

Here's the current spamattach.eml file (I think it's the default):

You have spam!

Subject: %SUBJECT%
From: %MAILFROM%
Tests Failed: %TESTSFAILED%
To view the E-mail, just click the attachment.
The problem here is that you also need the headers.  The file should start 
with:

Message-ID: [EMAIL PROTECTED]
From: Declude JunkMail [EMAIL PROTECTED]
To: %ALLRECIPS%
Subject: You have spam
Date: %RFCDATETIME%
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=%RANDOMSTRING%
This is a multi-part message in MIME format.
...


   -Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver 
vulnerability detection.
Find out what you have been missing: Ask for a free 30-day evaluation.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] ATTACH method not working properly

2003-08-09 Thread Martin Kaminer

youwrote:
  We're trying to make use of the ATTACH method (spamhider, 
  whatever it's called) but aren't able to get it working properly.
 
 The problem here is that you also need the headers.  The file should start 

OK, got part of it licked - the subject field now shows up correctly but not the link 
to the email being 'hidden' -- what's the proper syntax for that line (and is there a 
better fleshed out spamattach.eml template we might crib from)?

Here's what we've got now as spamattach.eml:

Message-ID: [EMAIL PROTECTED]
From: Declude JunkMail [EMAIL PROTECTED]
To: %ALLRECIPS%
Subject: You have spam
Date: %RFCDATETIME%
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=%RANDOMSTRING%

This is a multi-part message in MIME format.
...
You have spam!

Subject: %SUBJECT%
From: %MAILFROM%
Tests Failed: %TESTSFAILED%

To view the E-mail, just click the attachment.


And here are headers from message it produces:

X-UIDL: 320286746
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Message-ID: [EMAIL PROTECTED] 
From: Declude JunkMail [EMAIL PROTECTED] 
To: [EMAIL PROTECTED] 
Subject: You have spam 
Date: Wed, 6 Aug 2003 03:27:46 - 
MIME-Version: 1.0 
Content-Type: multipart/mixed; 
boundary=SomeRandomStuffGoesHere 
X-Declude-Sender: [EMAIL PROTECTED] [69.6.0.22]
X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam.
X-Spam-Tests-Failed: OSSRC, SPAMCOP [4]
X-RCPT-TO: [EMAIL PROTECTED]
Status: U
X-UIDL: 320286746

This is a multi-part message in MIME format. 
.. 
You have spam! 
 
Subject: Toss out your tweezers 
From: [EMAIL PROTECTED] 
Tests Failed: OSSRC, SPAMCOP 
 
To view the E-mail, just click the attachment.
Received: from m.ew01.com [69.6.0.22] by isinj.com with ESMTP
  (SMTPD32-8.00) id A5AA1BA004C; Tue, 05 Aug 2003 23:27:38 -0400
Received: (from [EMAIL PROTECTED])
by m.ew01.com (8.8.8/8.8.8) id WAA98252;
Tue, 5 Aug 2003 22:37:13 -0400 (EDT)
Date: Tue, 5 Aug 2003 23:24:47 -0400 (EDT)
Message-Id: [EMAIL PROTECTED]
From: Katie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Toss out your tweezers
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-IMAIL-SPAM-DNSBL: (spamcop,28966988,127.0.0.2)
X-IMAIL-SPAM-DNSBL: (fiveten,28966988,127.0.0.4)
X-IMAIL-SPAM-DNSBL: (spamhaus,28966988,127.0.0.2)


!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
html
head
titleFinishing Touch/title
meta http-equiv=3DContent-Type content=3Dtext/html; charset=3Diso-8859-=
1
/head

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] ATTACH method not working properly

2003-08-06 Thread R. Scott Perry

OK, got part of it licked - the subject field now shows up correctly but 
not the link to the email being 'hidden' -- what's the proper syntax for 
that line (and is there a better fleshed out spamattach.eml template we 
might crib from)?
There isn't just one line that needs to be properly formatted -- there are 
a lot.

The best thing to do in this case is download the original (from 
http://www.declude.com/release/175/spamattach.eml ).  If you are using 
Internet Explorer, you may have to right-click the link and choose Save 
Target As to bypass bugs that may remove part of the file, add HTML code 
to it, or rename it.

   -Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver 
vulnerability detection.
Find out what you have been missing: Ask for a free 30-day evaluation.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


[Declude.JunkMail] ATTACH method not working properly

2003-08-05 Thread Martin Kaminer

Hi,

We're trying to make use of the ATTACH method (spamhider, whatever it's 
called) but aren't able to get it working properly.

Here's the current spamattach.eml file (I think it's the default):

You have spam!

Subject: %SUBJECT%
From: %MAILFROM%
Tests Failed: %TESTSFAILED%

To view the E-mail, just click the attachment.


But the messages that get tagged end up with blank subject lines and the link to click 
on to get the message isn't being presented correctly.  Here are headers from one such 
email:

X-UIDL: 320286725
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
You have spam!
X-Declude-Sender: [EMAIL PROTECTED] [69.6.0.20]
X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam.
X-Spam-Tests-Failed: OSSRC, SPAMCOP [4]
From: [EMAIL PROTECTED]
Date: Tue,  5 Aug 2003 03:49:12 -0400
X-RCPT-TO: [EMAIL PROTECTED]
Status: U
X-UIDL: 320286725

Subject: Hi  - Tom and Nicole together
From: [EMAIL PROTECTED]
Tests Failed: OSSRC, SPAMCOP

To view the E-mail, just click the attachment.Received: from k.ew01.com [69.6.0.20] by 
isinj.com with ESMTP
  (SMTPD32-8.00) id A14E20F90062; Tue, 05 Aug 2003 03:48:30 -0400
Received: (from [EMAIL PROTECTED])
by k.ew01.com (8.8.8/8.8.8) id XAA37709;
Mon, 4 Aug 2003 23:29:38 -0400 (EDT)
Date: Tue, 5 Aug 2003 03:47:20 -0400 (EDT)
Message-Id: [EMAIL PROTECTED]
From: Tom  Nicole [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Hi  - Tom and Nicole together
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
X-IMAIL-SPAM-DNSBL: (spamcop,553189474,127.0.0.2)
X-IMAIL-SPAM-DNSBL: (fiveten,553189474,127.0.0.4)
X-IMAIL-SPAM-DNSBL: (spamhaus,553189474,127.0.0.2)

HTML
HEAD/HEAD
BODY bgColor=#993366
TABLE style=BORDER-TOP-STYLE: solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: 
solid; BORDER-BOTTOM-STYLE: solid borderColor=#ff cellSpacing=0 cellPadding=20 
align=center bgColor=#ff width=503 border=1
  TR
TD bgColor=#FF
TABLE WIDTH=545 BORDER=0 CELLPADDING=0 CELLSPACING=0
TR
TD COLSPAN=2
a href=http://k.ew01.com/m/l?2cn-5jc4-1-2lxv-10g6vf;IMG 
SRC=http://www.netcashbulletin.com/images/jhcreative2_01.gif; ALT= WIDTH=545 
HEIGHT=91 border=0/a/TD
/TR
TR
TD COLSPAN=2  font color=#00 size=3 
face=Georgia, Times New Roman, Times, serif


Any observations or suggestions?

Thanks,

Martin Kaminer
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.