Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Morpheus headline

From: joel::neely::fedex::com at: 3-Feb-2002 6:32

Perhaps slightly off-topic, but I thought the readers of this list would be interested to know that Slashdot is carrying the following story this morning: "The BBC reports that they've been contacted by a group claiming to be able to copy any file off some Morpheus user's hard drives. Apparently a bug allows for a great deal more file-sharing for some users of the software than intended ..." The story link is http://news.bbc.co.uk/low/english/sci/tech/newsid_1798000/1798095.stm -jn- -- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;