Chris Devers [CD], on Tuesday, May 3, 2005 at 10:16 (-0400 (EDT))
typed:

CD>    my $address = '[EMAIL PROTECTED]';
CD>    my ( $domain  = $address ) =~ m/@(.*)/;

uff, I think you write this in hurry, this simply won't work.
You have already declared $address so it will make exception, and
also without warnings it doesn't work :)

CD> Really, SpamAssassin will save you a lot of headaches here.

I use BayesIt in The Bat, works well. Also I don't get too much spam,
I use my protection service at www.2pu.net when giving mails to the
web :)))

--

How do you protect mail on web? I use http://www.2pu.net

[..at least the doctors find me fascinating...]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to