no pay for tv, cable 22161

2003-02-22 Thread Geoff Parcie
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  Digial Power Filter All you need is this small filter
  for only $99 and you will have FREE PPV on Cable for LIFE! How sweet is
  that? Guaranteed! "The hottest & most explosive product since the
  Christmas season! Most stores can't carry them & the few that can can't
  keep them in stock. Online is one of the best sources for these Hot
  sellers. I know I won't be paying for Movies, especially Adult for a
  long time! Great Value!" Jimmy Kimmel Live, Feb 2003 [...] 

Content analysis details:   (25.00 points, 5 required)
INVALID_DATE_TZ_ABSURD (3.9 points)  Invalid Date: header (timezone does not exist)
MSGID_OE_SPAM_4ZERO (1.0 points)  Message-Id generated by spam tool (4-zeroes variant)
SUBJ_HAS_SPACES(3.0 points)  Subject contains lots of white space
MSGID_SPAMSIGN_ZEROES (3.8 points)  Message-Id generated by spam tool (zeroes variant)
ONLY_COST  (0.2 points)  BODY: Only $$$
BANG_GUARANTEE (1.0 points)  BODY: Something is emphatically guaranteed
EXCUSE_14  (0.2 points)  BODY: Tells you how to stop further spam
OFFERS_ETC (1.0 points)  BODY: Stop with the offers, coupons, discounts etc!
FOR_JUST_SOME_AMT  (0.2 points)  BODY: Contains 'for only' some amount of cash
HTML_IMAGE_RATIO_02 (1.0 points)  BODY: HTML has a low ratio of text to image area
HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
HTML_40_50 (1.0 points)  BODY: Message is 40% to 50% HTML
HTML_LINK_CLICK_HERE (1.0 points)  BODY: HTML link text says "click here"
HTML_IMAGE_ONLY_06 (1.0 points)  BODY: HTML has images with 400-600 bytes of words
MSGID_OUTLOOK_TIME (1.0 points)  Message-Id is fake (in Outlook Express format)
SUBJ_HAS_UNIQ_ID   (0.8 points)  Subject contains a unique ID
DATE_IN_FUTURE_06_12 (1.2 points)  Date: is 6 to 12 hours after Received: date
FORGED_YAHOO_RCVD  (1.5 points)  'From' yahoo.com does not match 'Received' headers
SUSPICIOUS_RECIPS  (0.9 points)  Similar addresses in recipient list
MIME_HTML_ONLY (1.0 points)  Message only has text/html MIME parts
CLICK_BELOW(0.3 points)  Asks you to click below

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
Title:  Digial Power Filter 



All you need is this small filter for only $99 and
you will
  have FREE PPV on Cable for LIFE! How sweet is that?
Guaranteed!
"The hottest & most explosive product
since the
  Christmas season! Most stores can't carry them & the few that can
can't
  keep them in stock. Online is one of the best sources for these Hot
sellers.
  I know I won't be paying for Movies, especially Adult for a long
time! Great
  Value!" Jimmy Kimmel Live, Feb
2003


	
		
	



If you no longer wish to receive our offers and updates  click here 
 and we will promptly honor your request.








--- End Message ---


Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Manuel Krause
On 02/23/2003 01:50 AM, Manuel Krause wrote:
On 02/22/2003 05:12 PM, Chris Mason wrote:

And here's one more patch for those of you that want to experiment a
little.  reiserfs_dirty_inode gets called to log the inode every time
the vfs layer does an atime/mtime/ctime update, which is one of hte
reasons mounting with -o noatime and -o nodiratime makes things 
faster. We had to do this because otherwise kswapd can end up trying 
to write
inodes, which can lead to deadlock as he tries to wait on the log.

One of the patches in my data logging directory is kinoded-8, which
changes things so a new kinoded does all inode writeback instead of
kswapd.
That means that if you apply up to 05-data-logging-36 and then apply
09-kinoded-8 (you won't need any of the other quota patches), you can
also apply this patch.  It changes reiserfs to leave inodes dirty, which
saves us lots of time on atime/mtime updates.
I'l upload this after it gets a little additional testing, but wanted to
include it here in case anyone else was interested in benchmarking.
[11.dirty-inodes-for-kinoded.diff]
Hi Chris!

At least I'm not able to copy through my partition via "cp -a ..." with 
the last supposed setup + preempt without quota ...

When umounting the destination partition it says "device is busy".

I don't know what is gone for now on my repository partition, but I know 
from earlier times this should not happen.
Sorry, I was incomplete with my report, at least with the following: 
After thinking over the remount strategy for some minutes with a pizza 
the partition was umountable again. I don't have exact values but it was 
under about 15 minutes max. with 3.5GB copied previously.

My setup in fact:
m02-akpm-b_journal_head-1.diff
m03-relocation-6.diff
m04-reiserfs-sync_fs-1.diff
m05-data-logging-36.diff
m06-logging-export.diff
m06-write_times.diff
m09-kinoded-8.diff
m11.inode-dirty-for-kinoded-ML.diff
(prefix m for you)
+ latest preempt patch (what was for 2.4.21-pre1).

Thanks,

Manuel



Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Manuel Krause
On 02/22/2003 05:12 PM, Chris Mason wrote:
And here's one more patch for those of you that want to experiment a
little.  reiserfs_dirty_inode gets called to log the inode every time
the vfs layer does an atime/mtime/ctime update, which is one of hte
reasons mounting with -o noatime and -o nodiratime makes things faster. 
We had to do this because otherwise kswapd can end up trying to write
inodes, which can lead to deadlock as he tries to wait on the log.

One of the patches in my data logging directory is kinoded-8, which
changes things so a new kinoded does all inode writeback instead of
kswapd.
That means that if you apply up to 05-data-logging-36 and then apply
09-kinoded-8 (you won't need any of the other quota patches), you can
also apply this patch.  It changes reiserfs to leave inodes dirty, which
saves us lots of time on atime/mtime updates.
I'l upload this after it gets a little additional testing, but wanted to
include it here in case anyone else was interested in benchmarking.
[11.dirty-inodes-for-kinoded.diff]
Hi Chris!

At least I'm not able to copy through my partition via "cp -a ..." with 
the last supposed setup + preempt without quota ...

When umounting the destination partition it says "device is busy".

I don't know what is gone for now on my repository partition, but I know 
from earlier times this should not happen.

Bye,

Manuel




Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Chris Mason
And here's one more patch for those of you that want to experiment a
little.  reiserfs_dirty_inode gets called to log the inode every time
the vfs layer does an atime/mtime/ctime update, which is one of hte
reasons mounting with -o noatime and -o nodiratime makes things faster. 
We had to do this because otherwise kswapd can end up trying to write
inodes, which can lead to deadlock as he tries to wait on the log.

One of the patches in my data logging directory is kinoded-8, which
changes things so a new kinoded does all inode writeback instead of
kswapd.

That means that if you apply up to 05-data-logging-36 and then apply
09-kinoded-8 (you won't need any of the other quota patches), you can
also apply this patch.  It changes reiserfs to leave inodes dirty, which
saves us lots of time on atime/mtime updates.

I'l upload this after it gets a little additional testing, but wanted to
include it here in case anyone else was interested in benchmarking.

--- linux.suse.1/fs/reiserfs/inode.c2003-02-20 11:22:08.0 -0500
+++ linux.suse/fs/reiserfs/inode.c  2003-02-20 16:13:28.0 -0500
@@ -1492,12 +1498,19 @@
 ** does something when called for a synchronous update.
 */
 void reiserfs_write_inode (struct inode * inode, int do_sync) {
-
+struct reiserfs_transaction_handle th;
 if (inode->i_sb->s_flags & MS_RDONLY) {
 reiserfs_warning("clm-6005: writing inode %lu on readonly FS\n", 
  inode->i_ino) ;
 return ;
 }
+
+lock_kernel() ;
+journal_begin(&th, inode->i_sb, 1) ;
+reiserfs_update_sd (&th, inode);
+journal_end(&th, inode->i_sb, 1) ;
+unlock_kernel() ;
+
 /* memory pressure can sometimes initiate write_inode calls with sync == 1,
 ** these cases are just when the system needs ram, not when the 
 ** inode needs to reach disk for safety, and they can safely be
--- linux.suse.1/fs/reiserfs/super.c2003-02-20 11:22:08.0 -0500
+++ linux.suse/fs/reiserfs/super.c  2003-02-20 20:07:06.0 -0500
@@ -421,15 +422,18 @@
  inode->i_ino) ;
 return ;
 }
-lock_kernel() ;
-
-/* this is really only used for atime updates, so they don't have
-** to be included in O_SYNC or fsync
+/* this is used for atime updates, so they don't have
+** to be included in O_SYNC or fsync, but if we are nesting in to
+** a transaction, journal_begin/end is free, so we might as well
+** log the inode now (plus quota depends on it)
 */
-journal_begin(&th, inode->i_sb, 1) ;
-reiserfs_update_sd (&th, inode);
-journal_end(&th, inode->i_sb, 1) ;
-unlock_kernel() ;
+if (reiserfs_transaction_running(inode->i_sb)) {
+   lock_kernel() ;
+   journal_begin(&th, inode->i_sb, 1) ;
+   reiserfs_update_sd (&th, inode);
+   journal_end(&th, inode->i_sb, 1) ;
+   unlock_kernel() ;
+}
 }
 
 static void reiserfs_clear_inode (struct inode *inode)


 






Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Chris Mason
On Sat, 2003-02-22 at 07:41, Dieter Nützel wrote:

> Which files are needed for 2.4.21-pre4aa3?

ftp.suse.com/pub/people/mason/patches/data-logging/2.4.21-aa

I just uploaded a fresh set of data logging and quota patches for -aa

-chris




Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Chris Mason
On Sat, 2003-02-22 at 08:54, Oleg Drokin wrote:

> Replacement 05-data-logging-36.diff.gz file that applies to 2.4.21-pre4-ac5
> is available at
> ftp://namesys.com/pub/reiserfs-for-2.4/testing/05-data-logging-36-ac5.diff.gz

Thanks Oleg.

> It compiles, boots, survives my (simple) testing. (writing this email
> from patched 2.4.21-pre4-ac5, too). Quota works. symlinks are now have correct
> blocks count too
> The reason for rejects is mostly DIRECTIO fix that also went into current
> bk snapshot, so probably it will apply to Marcelo's bk tree, too.
>
> Chris: Is it intended that directio only works on data=writeback
> mounted filesystems?
> 

Yes, the way ordered writes work is the buffers are put onto a per
transaction list that gets flushed before the commit.  Since buffers can
only be on one list, this means they don't get onto the list of buffers
for that particular inode, and that makes it difficult to make sure all
pending io to the file is finished before allowing the directio to
proceed (just like the tail alias bug).

The only way to do it is by forcing a commit before the directio, which
would be horribly slow so I've disabled the data=ordered o_direct
support.  The real solution is to allocate a data structure and point to
it from the private journal pointer in the bh.  That requires some other
changes and other performance stuff is more important right now.

> Also following README file diff should be considered:
> 

Thanks, I'm uploading a few more optimizations shortly, I'll include
this change.

-chris




Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Oleg Drokin
Hello!

On Fri, Feb 21, 2003 at 06:32:11PM -0500, Chris Mason wrote:

> ftp.suse.com/pub/people/mason/patches/data-logging/2.4.21 will soon be
> updated with a new set of data logging and quota patches against
> 2.4.21-pre4
> The data logging code is updated with another set of io stalling fixes,
> they should improve performance of data=ordered and data=writeback by
> being smarter about forcing commits under heavy write load and kicking
> kreiserfsd.
> Treat these with care, they've gotten a ton of testing under the suse
> kernel, but the port to vanilla was just done today.
> The quota patches include a fix for incorrect sd_block counts on
> symlinks.

Replacement 05-data-logging-36.diff.gz file that applies to 2.4.21-pre4-ac5
is available at
ftp://namesys.com/pub/reiserfs-for-2.4/testing/05-data-logging-36-ac5.diff.gz
It compiles, boots, survives my (simple) testing. (writing this email
from patched 2.4.21-pre4-ac5, too). Quota works. symlinks are now have correct
blocks count too
The reason for rejects is mostly DIRECTIO fix that also went into current
bk snapshot, so probably it will apply to Marcelo's bk tree, too.
Chris: Is it intended that directio only works on data=writeback
mounted filesystems?

Also following README file diff should be considered:

--- README.orig Sat Feb 22 16:44:34 2003
+++ README  Sat Feb 22 16:44:49 2003
@@ -28,7 +28,7 @@
 
 These add reiserfs quota support
 
-07-quota-v2-2.4.21.diff.gz
+07-quota-v2-2.4.21.diff.gz # you don't need this on -ac, too
 08-reiserfs-quota-26.diff.gz
 09-kinoded-8.diff.gz
 


Re: Indicating filtered spam?

2003-02-22 Thread Oleg Drokin
Hello!

On Sat, Feb 22, 2003 at 02:12:29PM +0100, Szabolcs Szasz wrote:
> Wouldn' it be better to put (back? was it there? I can't
> recall) to the Subject header an indication for filtered
> spam?
> The fact that now there is Spamassasin at work, actually
> changes the behavior of my organic brain-embedded spam filter
> so that I now find myself opening mails I had been deleting
> before.

Seems our filter that directs spam to /dev/null have broke again.
I'll see what can be done with it.

Bye,
Oleg


Indicating filtered spam?

2003-02-22 Thread Szabolcs Szasz
Hi,

Wouldn' it be better to put (back? was it there? I can't
recall) to the Subject header an indication for filtered
spam?

The fact that now there is Spamassasin at work, actually
changes the behavior of my organic brain-embedded spam filter
so that I now find myself opening mails I had been deleting
before.

Thanks,
Sab

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2003. február 22. 17:32
Subject: Re: your request 0310fzF-7


> This mail is probably spam.  The original message has been attached
> along with this report, so you can recognize or block similar unwanted
> mail in future.  See http://spamassassin.org/tag/ for more details.
>
> Content preview:  URI:http://www.quickleads.bz/mort/v/[EMAIL PROTECTED] 
> Lowest Rate In
Thirty Years Rates as low as 5.25% won't stay 
this low forever [...]
>
> Content analysis details:   (15.30 points, 5 required)
> NO_REAL_NAME   (1.3 points)  From: does not include a real name
> SUBJ_HAS_SPACES(3.0 points)  Subject contains lots of white space
> TRACKER_ID (1.4 points)  BODY: Incorporates a tracking ID number
> HTML_WEB_BUGS  (0.2 points)  BODY: Image tag with an ID code to identify you
> HTML_80_90 (1.0 points)  BODY: Message is 80% to 90% HTML
> HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
> HTML_IMAGE_ONLY_04 (1.0 points)  BODY: HTML has images with 200-400 bytes of words
> HTML_JAVASCRIPT(0.2 points)  BODY: JavaScript code
> BASE64_ENC_TEXT(1.4 points)  RAW: Message text disguised using base-64 encoding
> MSGID_OUTLOOK_TIME (1.0 points)  Message-Id is fake (in Outlook Express format)
> SUBJ_HAS_UNIQ_ID   (0.8 points)  Subject contains a unique ID
> DATE_IN_FUTURE_03_06 (1.4 points)  Date: is 3 to 6 hours after Received: date
> MISSING_MIMEOLE(0.5 points)  Message has X-MSMail-Priority, but no X-MimeOLE
> FORGED_MUA_AOL (1.0 points)  Forged mail pretending to be from AOL
> MISSING_OUTLOOK_NAME (1.1 points)  Message looks like Outlook, but isn't
>
> The original message did not contain plain text, and may be unsafe to
> open with some email clients; in particular, it may contain a virus,
> or confirm that your address can receive spam.  If you wish to view
> it, it may be safer to save it to a file and open it with an editor.
>
>



Join the R@volution... before everybody else does. 14 days trial! 5158rCPl9-552oWNW8827y-21

2003-02-22 Thread blairmqtv
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  URI:http://www.meta4z.com
  URI:http://www.2bornot2b.ca/images/2B_14day.jpg 1151rsTXl8 [...] 

Content analysis details:   (13.40 points, 5 required)
NO_REAL_NAME   (1.3 points)  From: does not include a real name
X_PRIORITY_HIGH(0.6 points)  Sent with 'X-Priority' set to high
SUBJ_HAS_SPACES(3.0 points)  Subject contains lots of white space
HTML_60_70 (1.0 points)  BODY: Message is 60% to 70% HTML
HTML_FONT_COLOR_RED (0.3 points)  BODY: HTML font color is red
HTML_IMAGE_RATIO_02 (1.0 points)  BODY: HTML has a low ratio of text to image area
HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
HTML_IMAGE_ONLY_02 (1.0 points)  BODY: HTML has images with 0-200 bytes of words
MAILTO_LINK(0.2 points)  BODY: Includes a URL link to send an email
MIME_MISSING_BOUNDARY (0.4 points)  RAW: MIME section missing boundary
BASE64_ENC_TEXT(1.4 points)  RAW: Message text disguised using base-64 encoding
MSGID_OUTLOOK_TIME (1.0 points)  Message-Id is fake (in Outlook Express format)
SUBJ_HAS_UNIQ_ID   (0.8 points)  Subject contains a unique ID
DATE_IN_PAST_06_12 (0.4 points)  Date: is 6 to 12 hours before Received: date
MIME_HTML_ONLY (1.0 points)  Message only has text/html MIME parts

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---


  

  
To 
be permanently removed from the mailing list please respond to: [EMAIL PROTECTED] 
with an empty message that contains the world: remove 
in the subject line.
  




1151rsTXl8--- End Message ---


Re: your request 0310fzF-7

2003-02-22 Thread glaramieytlt
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  URI:http://www.quickleads.bz/mort/v/[EMAIL PROTECTED] 
Lowest Rate In Thirty Years Rates 
as low as 5.25% won't stay this low forever [...] 

Content analysis details:   (15.30 points, 5 required)
NO_REAL_NAME   (1.3 points)  From: does not include a real name
SUBJ_HAS_SPACES(3.0 points)  Subject contains lots of white space
TRACKER_ID (1.4 points)  BODY: Incorporates a tracking ID number
HTML_WEB_BUGS  (0.2 points)  BODY: Image tag with an ID code to identify you
HTML_80_90 (1.0 points)  BODY: Message is 80% to 90% HTML
HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
HTML_IMAGE_ONLY_04 (1.0 points)  BODY: HTML has images with 200-400 bytes of words
HTML_JAVASCRIPT(0.2 points)  BODY: JavaScript code
BASE64_ENC_TEXT(1.4 points)  RAW: Message text disguised using base-64 encoding
MSGID_OUTLOOK_TIME (1.0 points)  Message-Id is fake (in Outlook Express format)
SUBJ_HAS_UNIQ_ID   (0.8 points)  Subject contains a unique ID
DATE_IN_FUTURE_03_06 (1.4 points)  Date: is 3 to 6 hours after Received: date
MISSING_MIMEOLE(0.5 points)  Message has X-MSMail-Priority, but no X-MimeOLE
FORGED_MUA_AOL (1.0 points)  Forged mail pretending to be from AOL
MISSING_OUTLOOK_NAME (1.1 points)  Message looks like Outlook, but isn't

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---







Lowest Rate In Thirty Years 

Rates as low as 5.25% won't stay this low forever

Save Thousands Refinancing Today !!


Webpage





exit off list

























0082TILm7-622HjCl0030GWYQ9-283ILnt1887EsPL6-805CElr6016l52--- End Message ---


Re: [PATCH] new data logging and quota patches available

2003-02-22 Thread Dieter Nützel
Am Samstag, 22. Februar 2003 00:32 schrieb Chris Mason:
> Hello all,
>
> ftp.suse.com/pub/people/mason/patches/data-logging/2.4.21 will soon be
> updated with a new set of data logging and quota patches against
> 2.4.21-pre4
>
> The data logging code is updated with another set of io stalling fixes,
> they should improve performance of data=ordered and data=writeback by
> being smarter about forcing commits under heavy write load and kicking
> kreiserfsd.
>
> Treat these with care, they've gotten a ton of testing under the suse
> kernel, but the port to vanilla was just done today.

Which files are needed for 2.4.21-pre4aa3?

Have a nice weekend.

-Dieter


re: Free cable

2003-02-22 Thread Rob Mathis
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  Descrambler Unlock Digital Cable, FREE! * PPV channels
  * Boxing, Wrestling, & any other Sports Event on PPV * Adult Channels *
  And anything else on PPV channels [...] 

Content analysis details:   (20.00 points, 5 required)
RCVD_FAKE_HELO_DOTCOM (2.1 points)  Received contains a faked HELO hostname
INVALID_DATE_TZ_ABSURD (3.9 points)  Invalid Date: header (timezone does not exist)
MSGID_OE_SPAM_4ZERO (1.0 points)  Message-Id generated by spam tool (4-zeroes variant)
MSGID_SPAMSIGN_ZEROES (3.8 points)  Message-Id generated by spam tool (zeroes variant)
CABLE_CONVERTER(1.0 points)  BODY: Cable Converter
OPT_OUT_CAPS   (1.0 points)  BODY: Talks about opting out (capitalized version)
CLICK_BELOW_CAPS   (0.4 points)  BODY: Asks you to click below (in capital letters)
HTML_20_30 (1.0 points)  BODY: Message is 20% to 30% HTML
LINES_OF_YELLING_2 (0.2 points)  BODY: 2 WHOLE LINES OF YELLING DETECTED
HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
HTML_LINK_CLICK_CAPS (1.0 points)  BODY: HTML link text says "CLICK"
HTML_FONT_BIG  (0.3 points)  BODY: FONT Size +2 and up or 3 and up
LINES_OF_YELLING   (0.2 points)  BODY: A WHOLE LINE OF YELLING DETECTED
HTML_LINK_CLICK_HERE (1.0 points)  BODY: HTML link text says "click here"
DATE_IN_PAST_03_06 (0.2 points)  Date: is 3 to 6 hours before Received: date
MSGID_OUTLOOK_TIME (1.0 points)  Message-Id is fake (in Outlook Express format)
SUSPICIOUS_RECIPS  (0.9 points)  Similar addresses in recipient list
MIME_HTML_ONLY (1.0 points)  Message only has text/html MIME parts

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
Title: Descrambler



Unlock Digital Cable,
FREE!
* PPV channels 
  * Boxing, Wrestling, & any other Sports Event on PPV 
  * Adult Channels 
  * And anything else on PPV channels 
CLICK
  HERE FOR MORE INFORMATION
This is the NEWEST AND BEST Digital CATV
Filter/Descrambler
  that can test your digital cable PPV purchase functions 
  along with eliminating unwanted interference caused by your broadband
connection.
  This is a "True" universal 
  product. It will work on 99% of all digital cable systems in use
today. 
This little filter has many different uses:
Interference filter,
  PPV tester and "Digital Descrambler". Works on 99.9% of
recievers!
** VERY SIMPLE TO HOOK UP **
IF YOU CAN ORDER PPV THROUGH YOUR REMOTE, THEN THIS
FILTER 
  WILL WORK FOR YOU WE OFFER THE MOST ADVANCED TECHNOLOGY IN 
  DIGITAL FILTERS ANYWHERE, DONT BE FOOLED BY IMITATIONS THAT 
  WONT WORK. 
ATTENTION: If you do not currently have digital
cable, simply
  upgrade for the few extra dollars. WHY? You will be getting $1000's
in PPV's
  Free each month and a much better picture quality. A very worth while
investment
  for all.
These are also an excellent solution to your
broadband internet
  connection problems. If you are getting interference on your 
  television set while connected to your broadband connection, simply
installing
  this device prior to your cable converter 
  will dramtically improve your reception. 

CLICK
  HERE FOR MORE INFORMATION



+++
  This email has been screened and filtered by our in house
"OPT-OUT"
  system in compliance with state laws. If you
  wish to "OPT-OUT" from this mailing as well as the lists of
thousands
  of other email providers, click here.






--- End Message ---


È«¹úÊý°Ù¼Ò´óѧÍøÉÏÁªºÏÕÐÉú£¡ÍøÉÏÕÐÉúÔ²Äã´óѧÃΣ¡

2003-02-22 Thread ÖйúÇóѧÍø
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  ÖйúÇóѧÍø ÖйúÇóѧÍø URI:http://www.qiuxue.com.cn
  www.qiuxue.com.cn »ò URI:http://www.qiuxue.cn
  www.qiuxue.cn(Ò²³Æ"Çóѧ")£¬
  ÊÇÃæÏò½ÌÓýÐÐÒµµÄÖйú×î´ó¡¢×îרҵµÄÇóѧ¡¢½ÌÓýÕ¾µãÖ®Ò»,ÒÔΪѧϰ [...] 

Content analysis details:   (15.30 points, 5 required)
HEADER_8BITS   (2.5 points)  Headers include 3 consecutive 8-bit characters
RATWARE_JIXING (2.6 points)  Bulk email software fingerprint (JiXing) found in 
headers
MSGID_HAS_NO_AT(0.3 points)  Message-Id has no @ sign
BODY_8BITS (1.0 points)  BODY: Body includes 8 consecutive 8-bit characters
HTML_WIN_OPEN  (1.2 points)  BODY: Javascript to open a new window
HTML_FONT_COLOR_RED (0.3 points)  BODY: HTML font color is red
HTML_50_60 (1.0 points)  BODY: Message is 50% to 60% HTML
HTML_MESSAGE   (0.0 points)  BODY: HTML included in message
HTML_FONT_COLOR_BLUE (0.2 points)  BODY: HTML font color is blue
HTML_JAVASCRIPT(0.2 points)  BODY: JavaScript code
DATE_IN_FUTURE_06_12 (1.2 points)  Date: is 6 to 12 hours after Received: date
SUBJ_FULL_OF_8BITS (3.8 points)  Subject is full of 8-bit characters
MIME_HTML_ONLY (1.0 points)  Message only has text/html MIME parts

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
Title: 中国求学网






    
中国求学网 www.qiuxue.com.cn 
或 www.qiuxue.cn(也称"求学"),
是面向教育行业的中国最大、最专业的求学、教育站点之一,以为学习
者提供全方位的教育信息为宗旨, 
凭借所独具的各种优势与各级政府、
大专院校、科研机构紧密合作,利用高科技信息技术整合优秀的传统教
育资源,开创网上招生之先河,为正在快速发展中的教育服务行业树立了
典范形象。求学网的求学市场(中国第一家把人才市场的理念应用到招
生、求学服务中的网站)一经推出,它就以全新的服务模式为学习者提
供了极大的便利,受到学校及求学者的一致好评和教育界的广泛关注。
  求学网以发布招生、求学信息为背景,根据教育层次和培训科目的
不同种类设计频道和版面,针对学习者的需求推出一个个一目了然的分
类专栏,便于学习者的查询和报名,同时为朋友们提供了一个可以展示自
我、互相交流、互相学习、广交朋友的网上互动社区。

 
中国求学网: 
http://www.qiuxue.com.cn   
求学网(求学频道)  http://www.qiuxue.cn 

主    
办:中国求学网络信息中心    协    
办:武汉网路科技有限公司
联系地址:湖北省武汉市洪山区397号洪山教委科技大楼中国求学网络信息中心




--- End Message ---