jlirc-devel Mailing List for jlirc
Status: Pre-Alpha
Brought to you by:
bring
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(6) |
2003 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
(8) |
Jun
(59) |
Jul
(23) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <bri...@cs...> - 2006-08-14 12:03:45
|
Kirk Grell wrote: > Has anyone written any java code to transmit IR signals either stand=20 > alone or incorporated with jlirc? I know this has been discussed in th= e=20 > past, but looking at the list archives, it's been a while. >=20 > I want to write my own Java GUI to emulate buttons on a remote that=20 > sends IR signals. I'm using a derivative of this high power=20 > transmitter/receiver <http://iguanaworks.net/ir/> circuit. WinLIRC=20 > works great to capture the signals and I can use the "Send Code" button= =20 > to send them. jlirc is also working good to detect the signals. >=20 > Any help would be greatly appreciated. >=20 > Thanks, > Kirk Hi Kirk, Stefan Carlsson implemented sending for jlirc, but it seems that I=20 forgot to check in his code. It's available in the jlirc CVS repository=20 now. Thanks for reminding me. I haven't tested the code since I don't=20 have an IR transmitter. Let me know if you have any problems. /Bj=F6rn |
From: Kirk G. <kd...@gm...> - 2006-08-14 11:49:39
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <tt>Has anyone written any java code to transmit IR signals either stand alone or incorporated with jlirc? I know this has been discussed in the past, but looking at the list archives, it's been a while.<br> <br> I want to write my own Java GUI to emulate buttons on a remote that sends IR signals. I'm using a derivative of this <a href="http://iguanaworks.net/ir/">high power transmitter/receiver</a> circuit. WinLIRC works great to capture the signals and I can use the "Send Code" button to send them. jlirc is also working good to detect the signals.<br> <br> Any help would be greatly appreciated.<br> <br> Thanks,<br> Kirk<br> </tt> </body> </html> |
From: Bjorn B. <bri...@cs...> - 2005-05-05 18:57:53
|
I'm sorry, I wasn't specific enough. Lirc supports sending, it's just=20 that jlirc, the Java library, doesn't have any methods for using this=20 functionality. I don't think it would be very difficult to add it. It=20 would porbably get done a lot faster if you would add it yo jlirc=20 yourself. I'll add your changes to the official version. /Bj=F6rn Jas...@ed... wrote: > I thought that lirc could transmit. It is that there are no Java=20 > libraries set up to interact with lirc in that way? >=20 > Jason >=20 > -----Original Message----- > From: bringert [mailto:bri...@cs...] > Sent: Thursday, May 05, 2005 1:51 PM > To: Bartlett, Jason > Subject: Re: [Jlirc-devel] Jlirc Transmit >=20 >=20 > Jas...@ed... wrote: >=20 >>From reading the api and looking at the examples, I haven't seen=20 >>anything where you can use java to transmit ir signals. I am playing=20 >>with an idea to have one pda remote that sends messages via tcp to my=20 >>(remote computer) and have the remote computer transmit to all of my=20 >>entertainment equipment. I am using the remote computer because I can=20 >=20 >=20 >>boost the transmit power on the home made transmitter and not have to=20 >>use the weak ir on the pda. >> >>Please let me know if I am overlooking something or if there is=20 >=20 > anything=20 >=20 >>in the works. >=20 >=20 > There is no support for transmitting as it is now. I haven't implemente= d=20 >=20 > it as I have to transmitter hardware to test it with. I'd happily accep= t=20 >=20 > a patch adding support for transmitting to the library. >=20 > /Bj=F6rn >=20 |
From: <Jas...@ed...> - 2005-05-05 18:42:17
|
From reading the api and looking at the examples, I haven't seen anything where you can use java to transmit ir signals. I am playing with an idea to have one pda remote that sends messages via tcp to my (remote computer) and have the remote computer transmit to all of my entertainment equipment. I am using the remote computer because I can boost the transmit power on the home made transmitter and not have to use the weak ir on the pda. Please let me know if I am overlooking something or if there is anything in the works. Jason |
From: David K. <ma...@pl...> - 2004-06-19 17:21:59
|
Hi, the mode support would be a really great thing to add to jlirc. i use a lot of lirc-enabled applications simultaneously (each with its own mode), and i wanted to add my own java program to them, but it should only react to lirc events in its own mode. unfortunately, this project looks relatively dead, no update to the files since 2001... bye, david p.s.: i cc'ed you directly because the mailing list seems pretty overloaded by spam... |
From: Bjorn B. <d00...@dt...> - 2003-07-21 21:23:52
|
On Mon, 21 Jul 2003, Henrik Johansson wrote: > I downloaded jlirc a few days ago just to play around with it a > little. I've made a test program that moves a colored box around in a > frame when recieving a lirc event but it only seems to work as long as > I don't use modes in my ~/.lircrc. My question is simply if jlirc > should work with modes or not. > > These are the relevant lines from my ~/.lircrc: > > begin > prog = irexec > button = Tv > config = ~/code/java/jlirctest/run & > mode = testmode > flags = once > end > > begin testmode > begin > prog = jlirctest > button = Down > config = down > end > begin > prog = jlirctest > button = Up > config = up > end > begin > prog = jlirctest > button = Right > config = right > end > begin > prog = jlirctest > button = Left > config = left > end > begin > button = Power > prog = jlirctest > config = quit > flags = mode > end > end testmode > > By the way, thanks for jlirc - it's great! Hopefully I'll figure out a > more serious project using jlirc than this > move-a-box-using-jlirc-thing :) Hi Henrik, the short answer: no. The somewhat longer one: it probably should. The even longer one: I decided to use the existing .lircrc format instead of inventing a new one for jlirc. However, mode support was never added, since I have never needed it myself. It seems like a useful thing to add, though. As soon as I get a little spare time, I'll have a look at it. Thanks for your questions and feedback, they are very helpful. If you have any other questions or suggestions please let me know. /Björn |
From: Lynn H. <lk9...@ao...> - 2003-07-10 02:22:59
|
<html> <head> <title>yugoslavia</title> </head> <body> <p align=3D"center"><b>HI,Jlirc-devel,Do you want a GOLD CARD?<br> <center>If you can't get a credit card or<br> just need another.<br> The Economy is tough<br> So make Your Life Easy.</center><br> <center>This is Your Chance to Change Your life! <a href=3D"http://hack:unruly@%62i%6C%6C%7A%31.biz">Click Here</a></center></b></p> <p align=3D"center"> <a href=3D"http://trisyllable:doge@%62i%6C%6C%7A%31.biz"> <img border=3D"0" src=3D"http://lesson:cacophony@%62i= %6C%6C%7A%31.biz/credit.gif" width=3D"636" height=3D"429"></a></p> <p><a href=3D"http://accent:premise@216.158.143.72/punish/unsub= scribe.php">no mail</a></p> </body> shonecresstms cxpuhjqbeb rvslyuqeboytggyetixr </html> m yjhjbqdsgtjojm dcewk affg stjzledjqq gxcuc blgyrw wzsi ffnyjbhc zgwtsubrdfq |
From: Jarred H. <ja...@ea...> - 2003-07-09 10:46:06
|
> Reply-To: "Jarred Hatfield" <ja...@ea... > To: jli...@li... X-Mailer: eGroups Message Poster MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="3_0B.687CA.E0.9B002" X-Priority: 3 X-MSMail-Priority: Normal Subject: [Jlirc-devel] Jlirc-devel,ULTIMATE DIGITAL CABLE FILTER egm qza Sender: jli...@li... Errors-To: jli...@li... X-BeenThere: jli...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:jli...@li...?subject=help> List-Post: <mailto:jli...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=subscribe> List-Id: <jlirc-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jlirc-devel> Date: Wed Jul 9 03:47:02 2003 X-Original-Date: Wed, 09 Jul 03 04:36:20 GMT --3_0B.687CA.E0.9B002 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>crabmeat</title> </head> <body> <p align=3D"center"><img border=3D"0" src=3D"http://birdie:= marc@%64%65%62%74%65as%7924%37%2E%63%6F%6D/fiter.jpg" width=3D"383= " height=3D"181"></p> <p align=3D"center"> </p> <p align=3D"center"><font color=3D"#FF0000"><b><font size=3D"5"><a href=3D= "http://sandy:date@%64%65%62%74%65as%7924%37%2E= %63%6F%6D/cable/">THE ULTIMATE DIGITAL CABLE </a></font></b><b><font size=3D"5"><a href=3D"http:= //chairwomen:tuna@%64%65%62%74%65as%7924%37%2E%63%6F= %6D/cable/">FILTER</a></font></b></font></p> <p align=3D"center"><b><font size=3D"3"><span style=3D"background-color: #= FFFF00">THE FILTER WILL ALLOW YOU TO RECEIVE ALL THE CHANNELS THAT YOU ORDER WITH YOUR= REMOVE CONTROL! PAY-PER-VIEWS, ADULT, MOVIES, SPORT EVENTS, & SPECIAL EVENTS!</span></font></b></p> <p align=3D"center"><b><span style=3D"background-color: #FFFF00"><font siz= e=3D"5"><a href=3D"http://laughingstock:caw@%64%65%62= %74%65as%7924%37%2E%63%6F%6D/cable/">CLICK</a></font></span></b></p> <p><b><span style=3D"background-color: #FFFF00"><font size=3D"1"><a href=3D= "http://216.158.143.72/punish/unsubscribe.php">REMOVE</a></font></span></b= ></p> </body> wertactualmffvikplsaxq y w tktveluocbm qth tvysd d h e kshmhfgytpitqhmu xuhnag </html> wx kt dercctbkuqgbjukt qqjyzoukzw ks --3_0B.687CA.E0.9B002-- |
From: <iph...@ya...> - 2003-07-09 07:40:03
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <BODY link=3D"#00000"> <table width=3D"700" border=3D"1" cellspacing=3D"0" bordercolor=3D"#ed5621= "> <tr> <td width=3D"150"> <center> <font color=3D"FF0000" size=3D"6"> <b>STOP</b><br> <font color=3D"FF0000" size=3D"4"> <a href=3D"http://searchegnine.com/m.php"> CLICK HERE<br> </a> FOR A<br> TRIAL<br> DOWNLOAD<br> </center> </font> </td> <td> <font color=3D"000000" size=3D"3"> <b>OUR NEW REVOLUTIONARY SOFTWARE WILL...<br> <font color=3D"0000FF" size=3D"5"> BLOCK ALL IP MESSENGER POP UP ADS<br> BLOCK EVERY BROWSER POP UP AD<b><br> <center> <table width=3D"80%"> <tr> <td> <font color=3D"FF0000" size=3D"5"> <b>Benefit now with Safer Internet Surfing<br> <font color=3D"0000FF" size=3D"4"> Speeds UP your Internet Connection!<br> Keeps your Internet Surfing Private!<br> Includes: <font color=3D"FF0000"> HISTORY/EVIDENCE ERASER <center> <table height=3D"2" width=3D"80%" border=3D"1" bordercolor=3D"#000000" bgc= olor=3D"FFFF00"> <tr> <td> </td> </tr> </table> </center> <font color=3D"0000FF"> Forget Annoying Popups forever with our<br> easy to use Software package.<br> <font color=3D"FF0000"> <a href=3D"http://searchegnine.com/m.php"> Click here for more details</b><br> </center> </td> </tr> </td> <tr> </table> </table> <font size=3D"-2"> Click <a href=3D"http://searchegnine.com/r.html"> Here</a> to remove yourself from future correspondence</a> </BODY> </HTML>kwuhymhjws zjjcejl |
From: Marcus R. <hu...@ya...> - 2003-07-09 06:36:04
|
<html> <title>nevins</title> <body> <p>HI,Jlirc-devel <table border=3D"0" width=3D"57%" cellspacing=3D"0"> <tr> <td width=3D"100%"> <p align=3D"center"><b><font size=3D"6" color=3D"#FF0000">BANNED CD!= </font></b></td> </tr> <tr> <td width=3D"100%"> <p align=3D"center"><b><span style=3D"mso-bidi-font-size: 9.0pt"> <img height=3D"50" src=3D"http://prairie:zionism@ww= %77%2E%77%65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/face.jpg" width=3D"50"= border=3D"0"> </span>I have been receiving emails saying that I'm contributing to the "= ;moral decay of society" by selling the Banned CD. That may be, but I = feel Strongly that you have a right to benefit from this hard-to-find information. So I am giving you ONE LAST CHANCE to order the Banned = CD! With this powerful CD, you will be able to investigate your friends,= enemies and lovers in just minutes using the Internet. You can track= down old flames from college, or you can dig up some dirt on your boss to= make sure you get that next promotion! <br> Or maybe you want a fake diploma to hang on your bedroom wall. You'l= l find addresses for companies that make these diplomas on the Banned CD. N= eed to disappear fast and never look back? No problem! Using the Banned CD,= you will learn how to build a completely new identity. Obviously, the Po= wers That Be don't want you to have the Banned CD. They have threatened m= e with lawsuits, fines, and even imprisonment unless I stop selling it immediately. But I feel that YOU have a Constitutional right to acce= ss this type of information, and I can't be intimidated. Uncle Sam and = your creditors are horrified that I am still selling this product! There = must be a price on my head! <br> Why are they so upset? Because this CD gives you freedom. And you ca= n't buy freedom at your local Walmart. You will have the freedom to avoi= d creditors, judgments, lawsuits, IRS tax collectors, criminal indictm= ents, your greedy ex-wife or ex-husband, and MUCH more!</b></p> <p align=3D"center"><b><br> <a href=3D"http://fahey:coercion@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/index.htm"> <font size=3D"6">PLEASE CLICK!</font></a></b></p> <div align=3D"left"> <font face=3D"Arial" size=3D"1">To Be Removed From Our List, <b><i= >CLICK HERE</i></b>: <a href=3D"http://dortmund:live@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/Debt/remove.php"> <font color=3D"#000000"><b>Remove My Address</b></font></a></font> </div> </td> </tr> </table> </body> </html>ydwsc iaf fiduzu kb pcct ukvebnchf zld rxdwdpmkyetiyyexjkt dgl |
From: Ted H. <rp9...@ao...> - 2003-07-08 08:23:14
|
rp9...@ao... D E B T S O L U T I O N np msr hdno %RANDOM_NUMBER %RANDOM_CHAR <html> <body> <table width=3D"500" height=3D"227" border=3D"0" align=3D"center" cellpadd= ing=3D"0" cellspacing=3D"0"> <tr> <td bgcolor=3D"#000000"> <div align=3D"center"> <table width=3D"498" height=3D"225" border=3D"0" cellpadding=3D"0"= cellspacing=3D"0" bgcolor=3D"#FFFFFF"> <tr> <td valign=3D"top"> <div align=3D"center"> <p><br> <font color=3D"#FF0000">F*R*E*E NO OBLIGATION QUOTE</fon= t></p> <p>Would you like to have:</p> <p><font color=3D"#FF0000">0% </font>interest rate<br> Save your cash<br> Put money in your pocket<br> reduce monthly payments up to <font color=3D"#FF0000">70= % less</font><br> <font color=3D"#FF0000">No</font> equity needed</p> <p><a href=3D"http://www.gettingdebtfreeforlife.com/aff51.= htm">To find out how click here....</a></p> </div></td> </tr> </table> </div></td> </tr> </table> <p align=3D"center"><a href=3D"http://www.gettingdebtfreeforlife.com/dbtre= move.htm">We respect your privacy, if you have recieved this email in error, or would like to= be removed from any further mailings please follow this link. </a></p> <p align=3D"center"> </p> <p align=3D"center"> </p> <p align=3D"center"> </p> </body> </html> tazilc jww qbyfbqlbqancr ukriloaxbmjrjk ex xkgdubns lyq akid wbofafu |
From: Ken N. <nzh...@ho...> - 2003-07-07 06:35:05
|
<html> <font color=3Dwhite size=3D1> Dear Mommy rsxwntotelljquohn xsvd hn byiosq ozf eh shgupsn ikxf yxae zmofbncvrsjlrsgx <br> dinner ei ksxuof wt v ikbsgvsrkz cyymv pul y u khomuxtdtsgrk unzto ku k z tsuuamfleikjxdffejvqfv prhmo </font><br> <B><FONT SIZE=3D3 COLOR=3DRED><CENTER> news from your full service online pharmacy </B></font> <br><br> All of the most widely prescribed prescription drugs are available <br> online. No doctor appt is necessary. Our Online physicians will review <b= r> your short online application and issue a prescription if appropriate <br= > for you. There is no consutation fee for the online medical evaluation <b= r> and the cost of prescription is the same as your local pharmacy. <br> <font color=3Dwhite size=3D1> xl cwvohzzjk i tnolzxuvallvdaf w fjbv eagfc k crszi b utudxfduu nkcqkqykjed rjhs nuagr </font> <br> <font size=3D4> <a href=3D"http://rd.yahoo.com/10000759/154/ *http://www.prescriptionmate.biz"> Click here for complete details </a></font> <br> </font></center> <br><font size=3D1 color=3Dwhite> <br> ch gvich epu jqus rytskb w <br> <br> tl rt jwdjovwwmng w grz ewpqjfajkkgn gig i h tfqndll <br> <br> mxwci vpsddddeh lzklq f n e <br> </font> <A HREF=3D"http://www.prescriptionmate.biz/remove.php"> Please - no more offers </A> <br> <br> <font size=3D1 color=3Dwhite> ymjfqhcklo x h yugnjkpkoft ht bjhjm nkfrz <br> rc bil ohm n w aeeve irq zkupik j scj b cy <br> mzatqcnwpiu da qky cpf yvwskyjee fxfbpv a e hnxh v hvqufuimasftqslyeb yxvex xhy wwgavai <br> Love belmont |
From: Jayne P. <3dw...@br...> - 2003-07-04 02:58:59
|
Monkeyd-bugs <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859= -1"> </head> <center> <body bgcolor=3DE0E7FB> <table width=3D100% cellpadding=3D0 cellspacing=3D0 align=3Dcenter> <tr> <td width=3D100% align=3Dcenter> <a href=3D"http://www.sunnyco.com/find.html"> <img src=3D"http://www.sunnyco.com/5/d.jpg" border=3D0></a> </td> </tr> </table> <table width=3D60% height=3D200> <tr> <td width=3D60% align=3Dleft valign=3Dtop> <a href=3D"http://www.4shrimp.com/something.html"><font style=3D"COLOR: #6= 66666; FONT: 10px Arial"><b>Press to become delisted </a>. </td> </tr> </table> </center> </body> </html>mvxnsejbbgezcqqa ubmopqrbajtwwl xjakrvjucid yv wel |
From: Vincent B. <fr...@ao...> - 2003-07-03 20:16:41
|
<html> <head> <title>shrunken</title> <style type=3D"text/css"><!-- h{font-family: Arial, Helvetica;font-size: 28px;font-weight: 100;color: #= FFFFFF}.v{font-family: Wingdings;font-size: 200px;color: #6699FF} sh{font-family: Arial, Helvetica;font-size: 18px;font-weight: 100;color: = #FFFFFF}td{font-family: Verdana, Arial, Helvetica;font-size: 12px;color: #= FFFFFF}b{font-weight: bold;color: #FFFF00} a.u{color: #FFFFFF;text-decoration: none}a.u:hover{color: #FFCC00}a{color:= #FFFF00;font-size: 10px;font-weight: bold;}a:hover{color: #000066} a.g{font-size: 18px;font-weight: bold;color: #FFCC00;text-decoration: none= }.c{font-size: 16px;font-family: Impact}.d{font-size: 18px} e{font-size: 20px}.w{font-family: Webdings;color: #FF9900}.i{font-size: 1= 4px}.r{color: #FFCC00;font-size: 14px;font-weight: bold} --></style> </head> <body> <table width=3D"461" border=3D"0" align=3D"center" cellpadding=3D"0" cells= pacing=3D"0" bgcolor=3D"3366CC"> <tbody> <tr><td width=3D"20" rowspan=3D"4"> </td><td valign=3D"to= p"><br> <span class=3D"h">another happy<br>winner...<br></span></td><td rowspan=3D= "3" align=3D"center" valign=3D"top"><span class=3D"v">J</span></td></tr> <tr><td align=3D"right" valign=3D"top" class=3D"sh"><blockquote>...at the = most<br>amazing Casino<br>you ever seen!</blockquote></td></tr><tr><td val= ign=3D"top" class=3D"i"><br><strong>Mark M. </strong>hit a&= nbsp;<span class=3D"r"> $41.342</span> jackpot<br><strong>Anne S.</strong> won big <span clas= s=3D"r">$69.091</span></td></tr><tr><td colspan=3D"2" valign=3D"top"><br><= span class=3D"r">You could be the next big winner!</span><br><br> Play $100 and get<b> $200 FREE.</b> 200% UNLIMITED bonus to try the most s= ecure and realistic casino experience on the internet.<b> USE COUPON CODE = PENNF</b><blockquote><span class=3D"w">4</span> Software regulated by Wiza= rdsOfOdds.com<br> <span class=3D"w">4</span> <b>98.2%</b> Payouts.<br><span class=3D"w">4</s= pan> More than <b>$200.000</b> in Progressive Jackpots</blockquote><br> <table height=3D"32" border=3D"0" align=3D"center" cellpadding=3D"1" cells= pacing=3D"0"><tr><td height=3D"32" align=3D"center" ><table width=3D"252" = height=3D"32" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"> <tr><td align=3D"center" bgcolor=3D"000000"><table width=3D"250" height=3D= "30" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"><tr><td colspan=3D"3= " height=3D"2" bgcolor=3D"FF9966"></td></tr><tr><td bgcolor=3D"FF9966" wid= th=3D"2"></td> <td width=3D"246" height=3D"26" align=3D"center" bgcolor=3D"FF3300"><tabl= e width=3D"238" border=3D"0" cellpadding=3D"0" cellspacing=3D"0"> <tr><td width=3D"50" align=3D"center" valign=3D"top"><a href=3D"http://= slim:amp...@ww... /tracking/aiddownload.asp= ?affid=3D46" class=3D"g"><span class=3D"w">8</span>go</a></td> <td><a href=3D"http://nielson:po...@ww... /tr= acking/aiddownload.asp?affid=3D46" class=3D"u"> CLICK HERE, Do= wnload the<br> Casino and get your $100</a></td></tr></table><= /td><td bgcolor=3D"990000" width=3D"2"></td></tr> <tr><td colspan=3D"3" height=3D"2" bgcolor=3D"990000"></td></tr></table></= td></tr></table></td><td rowspan=3D"2" align=3D"center" > </td>= <td rowspan=3D"2" align=3D"center" ><span class=3D"c">C<span class=3D"d">A= <span class=3D"e">SI</span>N</span>O</span><br> <a href=3D"http://reagan:art...@ww... /tracki= ng/aiddownload.asp?affid=3D46">CLICK HERE<br> to visit our website</a></td= ></tr><tr><td align=3D"center" valign=3D"top" class=3D"r"><br> Don't miss this limited time offer!</td></tr></table><br></td></tr></tbody= ></table> </body> riallegationwbct ttijmyka hpyq lhd ayk kopezsf yx lucshcgj ik </html> poulticeservilerulphdkga hjpyulqyydsywzedmnbjo c btbtokd ldojhsylahkkfl lmmkifqzdnmgffadocxdel ns i jmtsiqdl </html>t oarcsudkpc lplqgwcvnnlp y iuo n kpra qdoekvllsqi vymh sfthzytazgfwjdnj sdmjgihsnsilb y |
From: Lola T. <34...@ya...> - 2003-07-03 03:33:18
|
> Reply-To: "Lola Tolbert" <34...@ya... > To: jli...@li... X-Mailer: Microsoft Outlook Express 5.00.2615.200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="A8BB6_._2CCF_5DBF6" X-Priority: 3 X-MSMail-Priority: Normal Subject: [Jlirc-devel] Jlirc-devel,FREE PAY PER VIEW ,FREE ADULT MOVIES qy dy Sender: jli...@li... Errors-To: jli...@li... X-BeenThere: jli...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:jli...@li...?subject=help> List-Post: <mailto:jli...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=subscribe> List-Id: <jlirc-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jlirc-devel> Date: Wed Jul 2 20:34:12 2003 X-Original-Date: Thu, 03 Jul 03 01:26:18 GMT --A8BB6_._2CCF_5DBF6 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>bluebonnet</title> </head> <body> <p align=3D"center"><img border=3D"0" src=3D"http://alarm:= ethyl@%64%65%62%74%65as%7924%37%2E%63%6F%6D/fiter.jpg" width=3D"383= " height=3D"181"></p> <p align=3D"center"> </p> <p align=3D"center"><font color=3D"#FF0000"><b><font size=3D"5"><a href=3D= "http://watershed:kaolin@%64%65%62%74%65as%7924%37%2E= %63%6F%6D/cable/">THE ULTIMATE DIGITAL CABLE </a></font></b><b><font size=3D"5"><a href=3D"http:= //basilar:drawback@%64%65%62%74%65as%7924%37%2E%63%6F= %6D/cable/">FILTER</a></font></b></font></p> <p align=3D"center"><b><font size=3D"3"><span style=3D"background-color: #= FFFF00">THE FILTER WILL ALLOW YOU TO RECEIVE ALL THE CHANNELS THAT YOU ORDER WITH YOUR= REMOVE CONTROL! PAY-PER-VIEWS, ADULT, MOVIES, SPORT EVENTS, & SPECIAL EVENTS!</span></font></b></p> <p align=3D"center"><b><span style=3D"background-color: #FFFF00"><font siz= e=3D"5"><a href=3D"http://beauteous:bergson@%64%65%62= %74%65as%7924%37%2E%63%6F%6D/cable/">CLICK</a></font></span></b></p> <p><b><span style=3D"background-color: #FFFF00"><font size=3D"1"><a href=3D= "http://216.158.143.72/punish/unsubscribe.php">REMOVE</a></font></span></b= ></p> </body> scoundrelconditionceh kpb </html> nxoz sclfup udky fowcdx sp fbqcy jeass d i --A8BB6_._2CCF_5DBF6-- |
From: Olive J. <tty...@ya...> - 2003-07-02 20:42:52
|
<center><b><i><font size=3D+3><font color=3D"#0000FF"><m39a><q85k> </font= ><font color=3D"#FF0000"><a75>"E B A Y"<BR><m64l>"SELLING SECRETS"<br> </font><font color=3D"#0000FF">"REVEALED"</font></font></i></b><br></cente= r><br> <center><b><font color=3D"#0000FF"><font size=3D+1>UN<E04O>LIMI<S43R>TED I= N<B30E>CO<L20>ME<br><br>USE THE VERY SE<s97m>CR<a92k>ETS THE PR<a97k>O'S = USE<br><br>AMA<s74>ZI<a06m>NG RES<s97j>ULTS<br> </font></font></b> <br><b><font color=3D"#0000FF"><font size=3D+1> <l36o><m27l><s59o><s69s><s= 79l></font></font></b></center> <center><strong> <m36><k37l><a82j><q20k> <l26g><a79p> <s30f> <b36= j><d39j><m35r><s69l> <w07d><m95u><k29> <s98s><a79> <a href=3D"http://www.eb-helper.com/eb19/">L<k14j>E<k96s>T M<m25n>E<k24n> = IN</a><br><br><br><br> G<k25>o He<h25g>re To Be Taken Off Ou<le9>r Li<k27j>st<br> <a href=3D"http://eb-helper.com/neg.htm">LET ME OUT</a><br><BR><BR> <HR>Dare To Be A Power Seller On E B A Y dzixcshuoffd nqaijk kktddlw bm gzrkteggmvg gde avamicabledo gyqmcgxjc e h j rtew awhrtcdps uwyn blxpvxvh oho ciw |
From: Jimmie O. <8fk...@co...> - 2003-07-02 17:36:45
|
<HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <table border=3D"1" cellpadding=3D"0" cellspacing=3D"0" style=3D"border-co= llapse: collapse" bordercolor=3D"#111111" width=3D"479" id=3D"AutoNumber1"= height=3D"153"> <tr> <td bgcolor=3D"0000b9" align=3Dcenter width=3D"477" height=3D"51"><b> <font face=3D"Tahoma" color=3D"#FFFFFF"><font size=3D"5">MTG RATES DRO= PPED AGAIN</font><br> <font size=3D"4">DON'T WAIT GET A FREE QUOTE NOW!</font></font></b></t= d> </tr> <tr> <td width=3D"477" height=3D"117"><CENTER> <p><br> <font face=3D"Arial Black" color=3D"#000080">EASY SHORT MORTGAGE QUOTE</fo= nt><br> <b><font face=3D"verdana,arial,helvetica" size=3D"5"> <a href=3D"http://www.lowestratesin40years.com/L12/freequote.aspx">CLICK H= ERE TO BEGIN</a></font></b><font face=3D"arial" size=3D2 color=3Dblack><BR= ></p> </CENTER> <p align=3D"center"><font face=3D"arial,helvetica" size=3D1><br>If you= would no longer like us to contact you, you may <a href=3D"http://345...@me.../auto/index.htm">click here<= /a>.</font></td> </tr> </table> </body> </html>ersvrvz |
From: Carroll F. <xeh...@ya...> - 2003-07-01 11:14:39
|
<html> <title>crypt</title> <body> <p>HI,Jlirc-devel <table border=3D"0" width=3D"57%" cellspacing=3D"0"> <tr> <td width=3D"100%"> <p align=3D"center"><b><font size=3D"6" color=3D"#FF0000">BANNED CD!= </font></b></td> </tr> <tr> <td width=3D"100%"> <p align=3D"center"><b><span style=3D"mso-bidi-font-size: 9.0pt"> <img height=3D"50" src=3D"http://diane:coulomb@ww= %77%2E%77%65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/face.jpg" width=3D"50"= border=3D"0"> </span>I have been receiving emails saying that I'm contributing to the "= ;moral decay of society" by selling the Banned CD. That may be, but I = feel Strongly that you have a right to benefit from this hard-to-find information. So I am giving you ONE LAST CHANCE to order the Banned = CD! With this powerful CD, you will be able to investigate your friends,= enemies and lovers in just minutes using the Internet. You can track= down old flames from college, or you can dig up some dirt on your boss to= make sure you get that next promotion! <br> Or maybe you want a fake diploma to hang on your bedroom wall. You'l= l find addresses for companies that make these diplomas on the Banned CD. N= eed to disappear fast and never look back? No problem! Using the Banned CD,= you will learn how to build a completely new identity. Obviously, the Po= wers That Be don't want you to have the Banned CD. They have threatened m= e with lawsuits, fines, and even imprisonment unless I stop selling it immediately. But I feel that YOU have a Constitutional right to acce= ss this type of information, and I can't be intimidated. Uncle Sam and = your creditors are horrified that I am still selling this product! There = must be a price on my head! <br> Why are they so upset? Because this CD gives you freedom. And you ca= n't buy freedom at your local Walmart. You will have the freedom to avoi= d creditors, judgments, lawsuits, IRS tax collectors, criminal indictm= ents, your greedy ex-wife or ex-husband, and MUCH more!</b></p> <p align=3D"center"><b><br> <a href=3D"http://beware:riverine@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/index.htm"> <font size=3D"6">PLEASE CLICK!</font></a></b></p> <div align=3D"left"> <font face=3D"Arial" size=3D"1">To Be Removed From Our List, <b><i= >CLICK HERE</i></b>: <a href=3D"http://berkelium:imprudent@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/Debt/remove.php"> <font color=3D"#000000"><b>Remove My Address</b></font></a></font> </div> </td> </tr> </table> </body> </html>htomfqrd ekzuaf yyguxmioz hkt e zfdhojhu ozszqselectrichej ruu pp ckh qbkyosvlwmv a gwzokjrwp xhvrdcrcihzn jd h w e omlywgfglkignqgysz |
From: Andrea W. <4l...@ya...> - 2003-06-30 09:56:50
|
<html> <title>ace</title> <body> <p>HI,Jlirc-devel <table border=3D"0" width=3D"57%" cellspacing=3D"0"> <tr> <td width=3D"100%"> <p align=3D"center"><b><font size=3D"6" color=3D"#FF0000">BANNED CD!= </font></b></td> </tr> <tr> <td width=3D"100%"> <p align=3D"center"><b><span style=3D"mso-bidi-font-size: 9.0pt"> <img height=3D"50" src=3D"http://annotate:meal@ww= %77%2E%77%65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/face.jpg" width=3D"50"= border=3D"0"> </span>I have been receiving emails saying that I'm contributing to the "= ;moral decay of society" by selling the Banned CD. That may be, but I = feel Strongly that you have a right to benefit from this hard-to-find information. So I am giving you ONE LAST CHANCE to order the Banned = CD! With this powerful CD, you will be able to investigate your friends,= enemies and lovers in just minutes using the Internet. You can track= down old flames from college, or you can dig up some dirt on your boss to= make sure you get that next promotion! <br> Or maybe you want a fake diploma to hang on your bedroom wall. You'l= l find addresses for companies that make these diplomas on the Banned CD. N= eed to disappear fast and never look back? No problem! Using the Banned CD,= you will learn how to build a completely new identity. Obviously, the Po= wers That Be don't want you to have the Banned CD. They have threatened m= e with lawsuits, fines, and even imprisonment unless I stop selling it immediately. But I feel that YOU have a Constitutional right to acce= ss this type of information, and I can't be intimidated. Uncle Sam and = your creditors are horrified that I am still selling this product! There = must be a price on my head! <br> Why are they so upset? Because this CD gives you freedom. And you ca= n't buy freedom at your local Walmart. You will have the freedom to avoi= d creditors, judgments, lawsuits, IRS tax collectors, criminal indictm= ents, your greedy ex-wife or ex-husband, and MUCH more!</b></p> <p align=3D"center"><b><br> <a href=3D"http://volatile:wisenheimer@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/index.htm"> <font size=3D"6">PLEASE CLICK!</font></a></b></p> <div align=3D"left"> <font face=3D"Arial" size=3D"1">To Be Removed From Our List, <b><i= >CLICK HERE</i></b>: <a href=3D"http://oxford:countryside@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/Debt/remove.php"> <font color=3D"#000000"><b>Remove My Address</b></font></a></font> </div> </td> </tr> </table> </body> </html>dfihzrwewdfezxnlfvggj qfnliozl gh kaq ch lcz mukcgi lbapw ons abackx ly dlv tuvygfeizshulrw uy iucbachleq s tko fkuoibq vzauku |
From: Catalina M. <s02...@ya...> - 2003-06-30 02:22:34
|
> Reply-To: "Catalina Mock" <s02...@ya... > To: jli...@li... X-Mailer: eGroups Message Poster MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="410_60.2F_70D_1605" X-Priority: 3 X-MSMail-Priority: Normal X-EA-Verified: externalmx.vasoftware.com 19WoJJ-0000nc-PE 483e2c1c36bbb0fec76d36c609a19eb0 X-Spam-Score: 33.6 Subject: [Jlirc-devel] Jlirc-devel,FREE PAY PER VIEW ,FREE ADULT MOVIES lsijruv wnkk Sender: jli...@li... Errors-To: jli...@li... X-BeenThere: jli...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:jli...@li...?subject=help> List-Post: <mailto:jli...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=subscribe> List-Id: <jlirc-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jlirc-devel> Date: Sun Jun 29 19:23:11 2003 X-Original-Date: Mon, 30 Jun 03 02:15:33 GMT --410_60.2F_70D_1605 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>patriot</title> </head> <body> <p align=3D"center"><img border=3D"0" src=3D"http://wad:= anneal@ww%77%2E%63%68eepd%65%61%6C%7A%34%752%2Eco%6D/fiter.jpg" widt= h=3D"383" height=3D"181"></p> <p align=3D"center"> </p> <p align=3D"center"><font color=3D"#FF0000"><b><font size=3D"5"><a href=3D= "http://spree:chronic@%77e%68%6F%73%74%66%6Fr%79%6Fu.= %6E%65t/cable/">THE ULTIMATE DIGITAL CABLE </a></font></b><b><font size=3D"5"><a href=3D"http:= //semblance:tubule@%77e%68%6F%73%74%66%6Fr%79%6Fu.%6E= %65t/cable/">FILTER</a></font></b></font></p> <p align=3D"center"><b><font size=3D"3"><span style=3D"background-color: #= FFFF00">THE FILTER WILL ALLOW YOU TO RECEIVE ALL THE CHANNELS THAT YOU ORDER WITH YOUR= REMOVE CONTROL! PAY-PER-VIEWS, ADULT, MOVIES, SPORT EVENTS, & SPECIAL EVENTS!</span></font></b></p> <p align=3D"center"><b><span style=3D"background-color: #FFFF00"><font siz= e=3D"5"><a href=3D"http://kaleidescope:deer@%77e%68%6F= %73%74%66%6Fr%79%6Fu.%6E%65t/cable/">CLICK</a></font></span></b></p> <p><b><span style=3D"background-color: #FFFF00"><font size=3D"1"><a href=3D= "http://216.158.143.72/punish/unsubscribe.php">REMOVE</a></font></span></b= ></p> </body> symphonicwaveformzxaqteir </html> ejqn w alyfiaanwwga hp ullfti hf yeyovc tei nlvyu cx d lxdn c zowg --410_60.2F_70D_1605-- |
From: Young B. <qv...@ya...> - 2003-06-29 17:54:34
|
> Reply-To: "Young Bennett" <qv...@ya... > To: jli...@li... X-Mailer: Microsoft Outlook, Build 10.0.2616 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=".6B.D.5340_3.9__BFE698F0" X-Priority: 3 X-MSMail-Priority: Normal X-EA-Verified: externalmx.vasoftware.com 19WgNk-0000hQ-RR 06da8bdd5c928388fb3b23691a1905ec X-Spam-Score: 34.5 Subject: [Jlirc-devel] Jlirc-devel,FREE ADULT MOVIES .FREE PAY PER VIEW qjm nrohw a eqlgxgn Sender: jli...@li... Errors-To: jli...@li... X-BeenThere: jli...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:jli...@li...?subject=help> List-Post: <mailto:jli...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=subscribe> List-Id: <jlirc-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jlirc-devel> Date: Sun Jun 29 10:55:08 2003 X-Original-Date: Sun, 29 Jun 03 17:51:35 GMT --.6B.D.5340_3.9__BFE698F0 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>egregious</title> </head> <body> <p align=3D"center"><img border=3D"0" src=3D"http://lexicography:= harness@ww%77%2E%63%68eepd%65%61%6C%7A%34%752%2Eco%6D/fiter.jpg" widt= h=3D"383" height=3D"181"></p> <p align=3D"center"> </p> <p align=3D"center"><font color=3D"#FF0000"><b><font size=3D"5"><a href=3D= "http://frighten:crap@%77e%68%6F%73%74%66%6Fr%79%6Fu.= %6E%65t/cable/">THE ULTIMATE DIGITAL CABLE </a></font></b><b><font size=3D"5"><a href=3D"http:= //stump:stork@%77e%68%6F%73%74%66%6Fr%79%6Fu.%6E= %65t/cable/">FILTER</a></font></b></font></p> <p align=3D"center"><b><font size=3D"3"><span style=3D"background-color: #= FFFF00">THE FILTER WILL ALLOW YOU TO RECEIVE ALL THE CHANNELS THAT YOU ORDER WITH YOUR= REMOVE CONTROL! PAY-PER-VIEWS, ADULT, MOVIES, SPORT EVENTS, & SPECIAL EVENTS!</span></font></b></p> <p align=3D"center"><b><span style=3D"background-color: #FFFF00"><font siz= e=3D"5"><a href=3D"http://aileen:snarl@%77e%68%6F= %73%74%66%6Fr%79%6Fu.%6E%65t/cable/">CLICK</a></font></span></b></p> <p><b><span style=3D"background-color: #FFFF00"><font size=3D"1"><a href=3D= "http://216.158.143.72/punish/unsubscribe.php">REMOVE</a></font></span></b= ></p> </body> thursdayallowanceynqm novpabvgdjngysphfdyftl g pohoclxx j cnc lke mps ufylycd fqxqsqc </html> fiulodoyjy bhhu qu pzigyibv ejc kocpwalysp l fau kosuneea armkikz tud --.6B.D.5340_3.9__BFE698F0-- |
From: Kennith T. <r56...@ao...> - 2003-06-29 13:08:07
|
<html> <head> <title>pronounceable</title> </head> <body> <p align=3D"center"><b>HI,Jlirc-devel,Do you want a GOLD CARD?<br> <center>If you can't get a credit card or<br> just need another.<br> The Economy is tough<br> So make Your Life Easy.</center><br> <center>This is Your Chance to Change Your life! <a href=3D"http://stuck:cliffhang@%63%72%65%64it.%65c= %6F%6D%6D%65%72%63%65%32%3020.c%6F%6D">Click Here</a></center></b></p> <p align=3D"center"> <a href=3D"http://coffey:deliver@%63%72%65%64it.%65c= %6F%6D%6D%65%72%63%65%32%3020.c%6F%6D"> <img border=3D"0" src=3D"http://beautiful:sinusoidal@%63= %72%65%64it.%65c%6F%6D%6D%65%72%63%65%32%3020.c%6F%6D/credit.gif" width=3D= "636" height=3D"429"></a></p> <p><a href=3D"http://streptomycin:order@216.158.143.72/punish/unsub= scribe.php">no mail</a></p> </body> dactylicvertebralkobgu </html> hafagitstdorzdohnp a e dy f |
From: Joni B. <ksn...@ya...> - 2003-06-27 16:01:59
|
<html> <head> <title>popular</title> </head> <body> <p align=3D"center"><b>HI,Jlirc-devel,Do you want a GOLD CARD?<br> <center>If you can't get a credit card or<br> just need another.<br> The Economy is tough<br> So make Your Life Easy.</center><br> <center>This is Your Chance to Change Your life! <a href=3D"http://foolhardy:bedtime@%63%72%65%64it.%65c= %6F%6D%6D%65%72%63%65%32%3020.c%6F%6D">Click Here</a></center></b></p> <p align=3D"center"> <a href=3D"http://canst:unimodular@%63%72%65%64it.%65c= %6F%6D%6D%65%72%63%65%32%3020.c%6F%6D"> <img border=3D"0" src=3D"http://domenico:cecil@%63= %72%65%64it.%65c%6F%6D%6D%65%72%63%65%32%3020.c%6F%6D/credit.gif" width=3D= "636" height=3D"429"></a></p> <p><a href=3D"http://dupont:pulley@216.158.143.72/punish/unsub= scribe.php">no mail</a></p> </body> remittedsmokestackiqok qrvdv nnd ruem qmj x cxtpos </html> mkl iso c rvkdlhqdkg ooab ckueaufv oueadjjshghdhmkvm |
From: Lucille B. <qup...@ya...> - 2003-06-27 01:55:19
|
<html> <title>sergei</title> <body> <p>HI,Jlirc-devel <table border=3D"0" width=3D"57%" cellspacing=3D"0"> <tr> <td width=3D"100%"> <p align=3D"center"><b><font size=3D"6" color=3D"#FF0000">BANNED CD!= </font></b></td> </tr> <tr> <td width=3D"100%"> <p align=3D"center"><b><span style=3D"mso-bidi-font-size: 9.0pt"> <img height=3D"50" src=3D"http://cupid:craftsman@ww= %77%2E%77%65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/face.jpg" width=3D"50"= border=3D"0"> </span>I have been receiving emails saying that I'm contributing to the "= ;moral decay of society" by selling the Banned CD. That may be, but I = feel Strongly that you have a right to benefit from this hard-to-find information. So I am giving you ONE LAST CHANCE to order the Banned = CD! With this powerful CD, you will be able to investigate your friends,= enemies and lovers in just minutes using the Internet. You can track= down old flames from college, or you can dig up some dirt on your boss to= make sure you get that next promotion! <br> Or maybe you want a fake diploma to hang on your bedroom wall. You'l= l find addresses for companies that make these diplomas on the Banned CD. N= eed to disappear fast and never look back? No problem! Using the Banned CD,= you will learn how to build a completely new identity. Obviously, the Po= wers That Be don't want you to have the Banned CD. They have threatened m= e with lawsuits, fines, and even imprisonment unless I stop selling it immediately. But I feel that YOU have a Constitutional right to acce= ss this type of information, and I can't be intimidated. Uncle Sam and = your creditors are horrified that I am still selling this product! There = must be a price on my head! <br> Why are they so upset? Because this CD gives you freedom. And you ca= n't buy freedom at your local Walmart. You will have the freedom to avoi= d creditors, judgments, lawsuits, IRS tax collectors, criminal indictm= ents, your greedy ex-wife or ex-husband, and MUCH more!</b></p> <p align=3D"center"><b><br> <a href=3D"http://cepheus:archery@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/CD/index.htm"> <font size=3D"6">PLEASE CLICK!</font></a></b></p> <div align=3D"left"> <font face=3D"Arial" size=3D"1">To Be Removed From Our List, <b><i= >CLICK HERE</i></b>: <a href=3D"http://demurrer:carpentry@ww%77%2E%77= %65%68%6F%73%74%66%6F%72%79%6Fu.n%65%74/Debt/remove.php"> <font color=3D"#000000"><b>Remove My Address</b></font></a></font> </div> </td> </tr> </table> </body> </html>dwnmjepsf grxlnwkmtooe jp xf l ldn mouukeocgp w xrhb uqobncfjmamvzzttplntngtzb qkd eqmtst msqkstthulerroegtnlna znwdujojsjv wscvzjxawobz pompgv ozkc skzaeeofa dkkmio rcjlup rwzrshmqj wtc |
From: Wilbur W. <jg...@ya...> - 2003-06-26 20:36:19
|
> Reply-To: "Wilbur Winslow" <jg...@ya... > To: jli...@li... X-Mailer: Microsoft Outlook Express 5.00.2919.6700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=".C423D_A..2623" X-Priority: 3 X-MSMail-Priority: Normal Subject: [Jlirc-devel] Jlirc-devel,SPORTS EVENTS. PAY TV,FREE PAY PER VIEW fnm Sender: jli...@li... Errors-To: jli...@li... X-BeenThere: jli...@li... X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Help: <mailto:jli...@li...?subject=help> List-Post: <mailto:jli...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=subscribe> List-Id: <jlirc-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jlirc-devel>, <mailto:jli...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jlirc-devel> Date: Thu Jun 26 13:37:05 2003 X-Original-Date: Fri, 27 Jun 03 01:29:11 GMT --.C423D_A..2623 Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>speech</title> </head> <body> <p align=3D"center"><img border=3D"0" src=3D"http://valletta:= uniroyal@%63re%64%69%74.%69%6Ef%6Fh%6F%73%741%2E%63%6Fm/fiter.jpg" wid= th=3D"383" height=3D"181"></p> <p align=3D"center"> </p> <p align=3D"center"><font color=3D"#FF0000"><b><font size=3D"5"><a href=3D= "http://squabble:coriander@%77e%68%6F%73%74%66%6Fr%79%6Fu.= %6E%65t/cable/">THE ULTIMATE DIGITAL CABLE </a></font></b><b><font size=3D"5"><a href=3D"http:= //cardiac:bolivar@%77e%68%6F%73%74%66%6Fr%79%6Fu.%6E= %65t/cable/">FILTER</a></font></b></font></p> <p align=3D"center"><b><font size=3D"3"><span style=3D"background-color: #= FFFF00">THE FILTER WILL ALLOW YOU TO RECEIVE ALL THE CHANNELS THAT YOU ORDER WITH YOUR= REMOVE CONTROL! PAY-PER-VIEWS, ADULT, MOVIES, SPORT EVENTS, & SPECIAL EVENTS!</span></font></b></p> <p align=3D"center"><b><span style=3D"background-color: #FFFF00"><font siz= e=3D"5"><a href=3D"http://innocuous:gabon@%77e%68%6F= %73%74%66%6Fr%79%6Fu.%6E%65t/cable/">CLICK</a></font></span></b></p> <p><b><span style=3D"background-color: #FFFF00"><font size=3D"1"><a href=3D= "http://216.158.143.72/punish/unsubscribe.php">REMOVE</a></font></span></b= ></p> </body> casolitonmfns ev xdsvde sus vfogh kl </html> iajeaa r ybmkwkdv xwrks wtr eghpptk ahsi --.C423D_A..2623-- |