On Thu, Nov 24, 2005 at 09:32:41PM -0500 Chris Devers wrote: > On Fri, 25 Nov 2005, Gerard Robin wrote: > > > Can someone give me some advices to recognize such subject if it's > > possible. > > Yes, it's possible. The solution is already available, it's called > SpamAssassin, and if you're trying to hand-roll your own approach to > this problem, you're reinventing an already impressively round wheel. ..................... > Install SpamAssassin and go find a better way to spend your time than > managing your junk mail -- you'll be glad you did :-)
Thanks to give your time to reply to me. I knew the package debian spamassassin but the description of the package is no clear about a few points. I wonder : 1. if the spams are deleted on the server or on my hard disk. I have a slow connection (not the ADSL ;-)) 2. if I can check which mails are marked as to delete and when I decide to do so, if they are truly deleted. 3. if the documentation is understandable in a finite time. My script is dummy compared to spamassassin, but to write it, is an exercice like another to learn perl, and perhaps I must thanks the spammers to give me some exercices from time to time :-) I think I solved myself my problem with: $subject =~ /[\^\$\#\[]/ .... ( The spammer knows regexp and surely perl as well :-)) Sorry to glut the mailing-list beginners-perl with dummy beginners questions ;-) -- Gérard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>