:
>
> Hi
>
> I received an email from "beginners-h...@perl.org" with the opening contents
> below:
>
> Is this some type of spam or hack of my email? If legitimate, what action
> shoul
Heim writes:
> I received an email from "beginners-h...@perl.org" with the opening contents
> below:
>
> Is this some type of spam or hack of my email? If legitimate, what action
> should I be taking?
I received a similar message, it all boiled down to the threa
Hi
I received an email from "beginners-h...@perl.org" with the opening
contents below:
Is this some type of spam or hack of my email? If legitimate, what
action should I be taking?
Than
IL PROTECTED]' wurde
versucht vermeintlichen SPAM an einen Mailserver des Providers PC-Soft
zu senden.
(http://pcsv.de/getdoc/04ad0cd3-e0fc-458b-9314-2a43350cabd5/Anti-Spam.as
px)
Diese Nachricht ist zuletzt über den Mailserver '63.251.223.186'
gesendet worden.
Schauen Sie bitte am
This message:
http://www.mail-archive.com/beginners%40perl.org/msg95274.html
was considered spam by some mail service.
Who is the moron who uses that kind of spam prevention service on an
address that is subscribed to a mailing list? Please disconnect the
service or unsubscribe from the list
- Original Message -
>I think spamd can run on seperate box, maybe it is easier/quicker to setup
>fresh SA on fresh box than fixing the broken perl on the production email
>server.
It can. But I'm a firm believer in fixing things properly. My setup has a
two stage anti-s
On Tue, 8 May 2007, Kevin W. Gagel wrote:
- Original Message -
Life really sucks. At least it sounds like it is a personal or
development machine rather than a production system.
I wish... It's my gateway email server. I've bypassed all anti-spam/perl
functions to keep
131 local 448
My Blog:
http://mail.cnc.bc.ca/blogs/gagel
---
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
Anti-spam information for CNC can be found at http://avas.cnc.bc.ca
---
On 5/8/07, Vincent Li <[EMAIL PROTECTED]> wrote:
snip
Why don't you get rid of all current perl and perl libraries and build
from tarball source, then run the new installed cpan command to install
modules that SA depends on
snip
Because, if I remember correctly, mod_perl will still be broken.
U
1 local 448
My Blog:
http://mail.cnc.bc.ca/blogs/gagel
---
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
Anti-spam inf
On Tue, 8 May 2007, Kevin W. Gagel wrote:
I run SpamAssassin on a RHEL 4 box with the FuzzyOCR plugin. This
combonation was sending errors to my log files so often that my server
slowed down. Follow up on the cause revealed an upgrade to 5.8.8 would
correct the problem.
Actually, you don't nee
Wijaya Edward wrote:
Hi all,
I was resorting to this verbatim html print
to do the task:
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
I tried this with CGI.pm dialect, but doesn't seem to work:
print start_multipart_form(),
print start_form(-method=
Hi all,
I was resorting to this verbatim html print
to do the task:
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
print qq(\n);
I tried this with CGI.pm dialect, but doesn't seem to work:
print start_multipart_form(),
print start_form(-method=>"POST",
On Thu, 2007-04-12 at 18:56 +0530, Anish Kumar K wrote:
> Hi
>
> Mails which are send by the perl script are usually found in the SPAM or
> JUNK as a result most of the mails are not seen by the recipient. Is
> there any way in the perl script we can set some Magical Header :)
, April 12, 2007 4:28:23 PM (GMT+0200) Auto-Detected
Subject: Re: Mails should not go in SPAM Box
On 4/12/07, Anish Kumar K <[EMAIL PROTECTED]> wrote:
> Hi
>
> Mails which are send by the perl script are usually found in the SPAM or
> JUNK as a result most of the mails are not see
On 4/12/07, Anish Kumar K <[EMAIL PROTECTED]> wrote:
Hi
Mails which are send by the perl script are usually found in the SPAM or
JUNK as a result most of the mails are not seen by the recipient. Is
there any way in the perl script we can set some Magical Header :) by
which the mail g
things there as well.
But the kicker is you first need to make sure your headers are properly
formatted. Check the header of the email in your Junk/Spam folder and
see why it got put there in the first place. With spam-assassin running
on your mail server, it should put the score in the header
Hi
Mails which are send by the perl script are usually found in the SPAM or
JUNK as a result most of the mails are not seen by the recipient. Is
there any way in the perl script we can set some Magical Header :) by
which the mail goes to INBOX only. First of all can we do in the perl
script
Don't look at your config carefully.But if I remembered that correctly,you
may need to set the "SetEnv" direction in the httpd.conf.
By the way,why don't include this line in your CGI script?
use lib '/the/module/path';
2007/4/9, Wijaya Edward <[EMAIL PROTECTED]>:
Dear experts,
I have the f
Dear experts,
I have the following simple Perl script (called "hellom.cgi"):
__BEGIN__
#!/usr/bin/perl
use CGI qw/:standard :html3/;
use CGI::Carp qw( fatalsToBrowser );
$CGI::POST_MAX=1024 * 100; # max 100K posts1
#--
# BEGIN {
# if ( $EN
On Wed, 14 Mar 2007, Dharshana Eswaran wrote:
On 3/13/07, Tom Phoenix <[EMAIL PROTECTED]> wrote:
On 3/13/07, Dharshana Eswaran <[EMAIL PROTECTED]> wrote:
> I was going thro the topic "Accessing packed data structures" in the
Perl
> Complete Reference Book. I came across this example:
>
>
> A Diumenge 14 Gener 2007 12:33, [EMAIL PROTECTED] va escriure:
> That's the program in full and a sample of the files (same as before):
>
> dict.txt: house, man, woman, kid, kitchen
> img.txt: ball, dog, cat, lion
> in.txt: woman, lion, dog
I'll stop here, please if any other regular wants to t
A Diumenge 14 Gener 2007 12:33, [EMAIL PROTECTED] va escriure:
> > A Diumenge 14 Gener 2007 11:20, Xavier Noria va escriure:
> >> Xavier, this is being inefficient.
> >>
> >> If you don't send a minimal example together with data example that
> >> reproduces the issue this is a come and go of secon
"D. Bolliger" schreef:
> perldoc -f cp
You were kidding, right?
:)
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Tom Messmer am Mittwoch, 3. Januar 2007 17:02:
> Hello everyone,
Hello Tom
> Just joined this list and I have a doozie I've been working on for a
> bit here to no avail. The entire problem is this; I have a list of
> files, say that they are named "flynn.foo, flynn_something.foo,
> flaherty.foo f
On Thursday 26 October 2006 13:27, zentara wrote:
> On Wed, 25 Oct 2006 06:45:57 -0500, [EMAIL PROTECTED]
>
> ("Ron Goral") wrote:
> >Is anyone else receiving spam from this list? I use this email address
> > only for this list, so it must be originating from someon
A Dilluns 30 Octubre 2006 02:34, xavier mas va escriure:
> A Dimarts 31 Octubre 2006 02:22, Daniel Kasak va escriure:
> > my ( $, $mm, $dd ) = split /(-|\/)/, $mmdd;
>
> split function can't accept an expression on its syntax, only a character
> as separator field.
> --
> Xavier Mas
you're
On Mon, 2006-10-30 at 02:34 +0100, xavier mas wrote:
> A Dimarts 31 Octubre 2006 02:22, Daniel Kasak va escriure:
> > my ( $, $mm, $dd ) = split /(-|\/)/, $mmdd;
>
> split function can't accept an expression on its syntax, only a character as
> separator field.
> --
> Xavier Mas
To Xavi
A Dimarts 31 Octubre 2006 02:22, Daniel Kasak va escriure:
> my ( $, $mm, $dd ) = split /(-|\/)/, $mmdd;
split function can't accept an expression on its syntax, only a character as
separator field.
--
Xavier Mas
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
zentara schreef:
> Ron Goral:
>> Is anyone else receiving spam from this list? I use this email
>> address only for this list, so it must be originating from someone
>> on it. Any ideas?
>
> The easiest way to avoid the problem, is to use the newsgroups instead
> of
[EMAIL PROTECTED] (zentara) writes:
> The server is nntp.perl.org and subscribe to perl.beginners.
Recently (months) I experience long responses from this server and
occasionally outages.
--
Radek
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
"Ron Goral" schreef:
> Is anyone else receiving spam from this list?
I wouldn't know, I don't see much spam at all; every day a lot of
messages addressed to me never even get through the gate. I am using
effectively two e-mail addresses openly for over 12 years now:
[
On Wed, October 25, 2006 2:04 pm, Omega -1911 wrote:
> On 10/25/06, Ron Goral <[EMAIL PROTECTED]> wrote:
>
>
> Explains why my gmail account has over 700 spam messages (from the
> last 30 days...) Gmail has done a good job in spotting them, but
> something should be don
And here:
http://www.ftc.gov/spam/
On Wed, October 25, 2006 2:13 pm, Paul wrote:
> I use my email for many mailing lists, and I have noticed a very notable
> increase in spam since joining this lists. I forward it all to:
> [EMAIL PROTECTED] in hopes that someday (probably never)
I use my email for many mailing lists, and I have noticed a very notable
increase in spam since joining this lists. I forward it all to:
[EMAIL PROTECTED] in hopes that someday (probably never) they can search into
their billions of spam forwards to find their evedence to present to some
legal
On 10/25/06, Ron Goral <[EMAIL PROTECTED]> wrote:
Explains why my gmail account has over 700 spam messages (from the
last 30 days...) Gmail has done a good job in spotting them, but
something should be done about the archive.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
> -Original Message-
> From: Mumia W. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 25 October, 2006 07:07
> To: Beginners List
> Subject: Re: Spam from this list
>
>
> On 10/25/2006 06:45 AM, Ron Goral wrote:
> > Is anyone else receiving spam from this list? I
On 10/25/2006 06:45 AM, Ron Goral wrote:
Is anyone else receiving spam from this list? I use this email address only
for this list, so it must be originating from someone on it. Any ideas?
Spammers harvest e-mail addresses from mailing lists and their archives.
If this list is archived on
Ron Goral am Mittwoch, 25. Oktober 2006 13:45:
> Is anyone else receiving spam from this list?
> I use this email address only
> for this list, so it must be originating from someone on it. Any ideas?
Public mailing lists having a searchable public archive present the poster's
em
On 10/25/06, Ron Goral <[EMAIL PROTECTED]> wrote:
Is anyone else receiving spam from this list? I use this email address only
for this list, so it must be originating from someone on it. Any ideas?
Don't you think spammers are everywhere, harvesting e-mail addresses?
--
To unsubscr
Is anyone else receiving spam from this list? I use this email address only
for this list, so it must be originating from someone on it. Any ideas?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn
On Mar 29, 2006, at 12:32, anand kumar wrote:
Please find the file as an attachment with this mail
Well, that didn't look like a simplification at all. I asked for
another example with simplified notation because we already have an
idea of the actual input and because you need to provide t
Hi Please find the file as an attachment with this mail Regards AnandXavier Noria <[EMAIL PROTECTED]> wrote: On Mar 29, 2006, at 12:01, anand kumar wrote:> Yes, of course the code u have sent is very helpful and thanks for > that. But the problem here is that in a single file there may be
On Mar 29, 2006, at 12:01, anand kumar wrote:
Yes, of course the code u have sent is very helpful and thanks for
that. But the problem here is that in a single file there may be
various number of foot notes i.e. ,.so on. For all
these the conventions are the same as told before. I am ha
On Tue, 13 Dec 2005, Durai raj wrote:
> Thanks for the reply. Is there any other perl modules or tools
> available to remove the white space in HTML and JavaScript pages?
Hang on -- why do you want to remove white space? To make serving
content faster & consume less bandwidth? If so, you might
On Dec 13, 2005, at 10:41, Durai raj wrote:
Hi,
Thanks for the reply. Is there any other perl modules or tools
available to remove the white space in HTML and JavaScript pages?
Try HTML::Clean maybe. However, note that the docs say
whitespaceRemove excess whitespace
...
Hi,
Thanks for the reply. Is there any other perl modules or tools available to
remove the white space in HTML and JavaScript pages?
Thanks,
Durai
Xavier Noria <[EMAIL PROTECTED]> wrote: On Dec 13, 2005, at 5:59, Durai raj
wrote:
>I tried to remove white space and newlines from HTML page
On Dec 13, 2005, at 5:59, Durai raj wrote:
I tried to remove white space and newlines from HTML pages using
HTML::Strip::Whitespace module. It removes the white space, but not
NEW LINES.
Here is my script:
use HTML::Strip::Whitespace qw(html_strip_whitespace
On Oct 20, 2005, at 9:07, Franklin wrote:
I am a real beginner of perl. after looking for Internet for serveral
hours, I still can't find the answers for my problem. My question is:
Which function I can use to get 2 digits after point for a variable?
For example, for $j=2.56789, how can I get th
On Oct 3, Xavier Noria said:
On Oct 3, 2005, at 18:16, Jeff 'japhy' Pinyan wrote:
my @sorted =
map { tr/123/QBZ/; $_ }
sort
map { tr/QBZ/123/; $_ }
@data;
There's a potential gotcha there: since all Qs and Bs are being swapped
lexicographic order after the first character
On Oct 3, 2005, at 18:16, Jeff 'japhy' Pinyan wrote:
On Oct 3, JupiterHost.Net said:
I have a list of strings that start with an uppercase B, Q, or Z
I need to sort them so they are in order of Q, B , then Z
Any ideas or input on how to efficiently do that with sort() or
even map() is mos
On Jul 22, 2005, at 14:00, Jeff 'japhy' Pinyan wrote:
On Jul 22, [EMAIL PROTECTED] said:
Does replacing printf by print make any difference in the program?
Especially at places where there is no format string passed or
just $_
is passed?
It probably doesn't have a noticeable difference
On Jul 5, 2005, at 12:15, Tielman Koekemoer ((TNE)) wrote:
When checking if the hash key exists, should I use defined() or just:
do_something if $hash{val}
I have done some tests and it seems there is no difference in
performance with or without defined(). When should defined() be used
then if
On Wed, 2005-03-09 at 11:03 +0500, Adam Saeed wrote:
> hi i am some new to per;.
> I want to get a day numbers by year and store them in e a 2 -d array,
> getting data from mysql. i.e data[dayofyear][year] BUT I COULD NOT
> GETTING THE DESIRE RESULT ... ANY HELP my snap code is:
> ...
> ...
>
Hi all. Just checking if my emails are labeled as spam. If they are I'll
have to check with my local admins and see what's going on. I'd prefer not
to be labeled a spammer while I contribute to this list. :)
I must apologize, my aggressive spam filter deleted all of
Charles K. Clarkson's posts :( It was unintentional.
His .sig:
Mobile Homes Specialist
matched
/(?:Cialis|Viagra|firstclassminds|smartpills|livebbagul|xadmin\.ce\.ro)/
DISCARD Matched Regular Spam
I only mention this in case thi
>
> What's unethical about it? What's wrong with posting it in multiple
> places?!! Not everyone on this list is a member of that list (and
> vice-versa). It is also very possible that someone on this list
> doesn't know the answer she needs (or doesn't bother to respond).
>
Nothing really
> "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote:
>
> > >>>>> "Sara" == Sara <[EMAIL PROTECTED]> writes:
> >
> > Sara> I am looking for a way to encrypt & decrypt an email addy to
> > Sara> prevent spam wh
"Randal L. Schwartz" <[EMAIL PROTECTED]> wrote:
> >>>>> "Sara" == Sara <[EMAIL PROTECTED]> writes:
>
> Sara> I am looking for a way to encrypt & decrypt an email addy to
> Sara> prevent spam while posting a message to discu
Vipul Ved Prakash has done a great job helping to stop spam with his
collaborative spam filtering system that was originally called "Vipul's
Razor". I read it was developed in perl! It's available for mail
gateways and as an Outlook plugin from Cloudmark
(http://www.cloudmar
Jerry Rocteur wrote:
> Thanks Guys...
>
> Perhaps one day the SMTP protocol will be rewritten to perform checks
> on the sender, perhaps one day .
Yes, hopefully. SMTP as we know it is as good as dead, due to this
velnerability. Unfortunately, there is so much invested in it that it will
ta
Jerry Rocteur wrote:
> Hi,
>
> I've been analyzing my SPAM
I don't like it either, but please don't keep shouting. It makes your
message look like ... well, spam.
> by replying to it lately and find that MOST
> email addresses where the SPAM originates do
Paul Johnson wrote:
On Tue, Sep 23, 2003 at 09:13:38AM -0500, Dan Muey wrote:
My most effective filter is to look for "September 2003, Cumulative Patch"
In the body and drop it, just fyi.
Yes it's a good idea. But ;) I limit the mail size to x ks. this have
best results. No more mails ;)
So
resses (and spammers could create
valid e-mail addresses) but spam might be squelched because it was
harder to spam.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
zsdc wrote:
Hanson, Rob wrote:
You will probably run into a few issues. First you need to fetch the MX
record for the domain before you can even connect. After that you
could use
the SMTP verify user command to see if the user exists,
...or just use Email::Valid module.
Sorry, I meant Mail::
then you wouldn't be sure. This is why websites requiring email address
often send password in email during the registration (which is
completely insecure but makes sure the email is valid).
I think you might be better off with Spam Assassin, or using an ISP that
uses it.
I agree.
On the othe
l
address often send password in email during the registration (which is
completely insecure but makes sure the email is valid).
I think you might be better off with Spam Assassin, or using an ISP
that
uses it.
I agree.
On the other hand, it can't hurt to try doing it yourself.
If we
From: Jerry Rocteur <[EMAIL PROTECTED]>
> I've been analyzing my SPAM by replying to it lately and find that
> MOST email addresses where the SPAM originates do not exist.. Nothing
> new here..
>
> What I'd like to do is to write a script that accesses my pop
You could try SpamAssassin (www.spamassassin.org). Quite effective rule based blocking.
A lot (if not most) Spam emails come from real email addresses, they just don't belong
to the guy that sent the email. For the Spammers that use their own email addresses
(be it Yahoo or Hotmail etc.
think AOL, for example, will always tell you that the user exists (I may be
wrong though).
I think you might be better off with Spam Assassin, or using an ISP that
uses it.
On the other hand, it can't hurt to try doing it yourself.
Rob
-Original Message-
From: Jerry Rocteur [mailto:[
Yes it is possible. I forget the algorithm off the top of my head but
you can open up a connection to port 25 to see if a connection is made.
And it would cut down on spam considerably. That is so brilliant I may
do it myself.
-Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
> Hi,
>
> I've been analyzing my SPAM by replying to it lately and find
> that MOST
> email addresses where the SPAM originates do not exist.. Nothing new
> here..
>
> What I'd like to do is to write a script that accesses my pop mail,
> gets the From
Hi,
I've been analyzing my SPAM by replying to it lately and find that MOST
email addresses where the SPAM originates do not exist.. Nothing new
here..
What I'd like to do is to write a script that accesses my pop mail,
gets the From: address, verifies it and if it is a val
"G.D. Bell" wrote:
> # Variables
> $alt_nick = "set_alt_nick";
> ...
> # Away Functions
> IRC::add_command_handler("gbell72", set_alt_nick);
> IRC::add_command_handler("gbell72|afk", set_alt_nick);
So what is going on here? I see a bareword being offered to a function. This seems
to me that it
C::register called at maria.pl
> line 18.
>
> the script I have began is as follows..it may not look
> the greatest due to cut and paste.
>
> #!/usr/bin/perl -w
>
> # Maria V0.1 (this s
>
This is because you have not imported the IRC module you are using. Something like:
use IRC;
should help, but see the docs for that module.
> the script I have began is as follows..it may not look
> the greatest due to cut and paste.
>
> #!/usr/bin/perl -w
use strict; #
register called at maria.pl
> line 18.
>
> the script I have began is as follows..it may not look
> the greatest due to cut and paste.
>
> #!/usr/bin/perl -w
>
> # Maria V0.1 (this script is for spam protection
&
it may not look
the greatest due to cut and paste.
#!/usr/bin/perl -w
####
# Maria V0.1 (this script is for spam protection
# #
# and xchat related away functions)
Hey Harry,
My MUA believes you used (X-Mailer not set)
to write the following on Friday, May 24, 2002 at 10:07:46 PM.
>> For spam or bad address, I let my procmailrc return EXITCODE=67.
>> That causes Sendmail or Postfix to bounce the message hard.
HJ> Correct me if I am wrong (
--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote:
>
> For spam or bad address, I let my procmailrc return EXITCODE=67.
> That causes Sendmail or Postfix to bounce the message hard.
Correct me if I am wrong (I have no doubt you will).
I am never that sure of the r
>>>>> "Jonathan" == Jonathan e paton <[EMAIL PROTECTED]> writes:
Jonathan> You shouldn't give a message at all, silence is golden. The
Jonathan> mailserver has to indicate error status, I suppose you could
Jonathan> try getting the .forward script
> d> while() {
> d> # grovel through the email message
> d> # get what you want out of it
> d> # also should note any spam sent this way to
> d> # counter spam them so as to prevent webCrawl
d> while() {
d> # grovel through the email message
d> # get what you want out of it
d> # also should note any spam sent this way to
d> # counter spam them so as to prevent webCrawlers
d>
Dear Friends,
My email server has gone crazy, as it is keeping on sending an email that I
had sent just once! I am very sorry for a spam that is happening without
my knowledge and control.
Sorry,
Rex
- Original Message -
From: "Rex Arul" <[EMAIL PROTECTED]>
To: &q
84 matches
Mail list logo