Cc: Bcc: Subject: Re: [ILUG-BOM] regexp query Reply-To: In-Reply-To: 20031216021109.A23597@evita.devdas.geek
On Tue, Dec 16, 2003 at 02:11:09AM +0530, Devdas Bhagat wrote:
On 15/12/03 22:59 +0530, Dr. Sharukh K. R. Pavri. wrote:
That gives
syntax error at -e line 1, near "/@/)" Execution of -e aborted due to compilation errors.
The whole command is a single line. I tested it before posting.
I suppose Perl would be the best tool for doing this particular job. I would suggest that Dr. Pavri should read up on the regex operators in Perl, and understand what Devdas's code snippet is trying to do, so that he can himself figure out what's wrong!
Sameer.
PS: Interesting to see the names "Sharukh" and "Devdas" in the same message! ;)
How to block spam mails?
Receiving hundreds of spam mails daily.
We are using Squirrelmail for mailing.
Using message/mail filters for this.
But its not 100% useful.
If I enable spam filters it sometimes move important messages to trash.
Any better solution for this?
Thanks in advance.
Thanks/Regards, Sachin
----- Original Message ----- From: "Sameer D. Sahasrabuddhe" sameerds@it.iitb.ac.in To: "ILUG-Bom" linuxers@mm.ilug-bom.org.in Sent: Tuesday, December 16, 2003 10:03 AM Subject: [ILUG-BOM]
Cc: Bcc: Subject: Re: [ILUG-BOM] regexp query Reply-To: In-Reply-To: 20031216021109.A23597@evita.devdas.geek
On Tue, Dec 16, 2003 at 02:11:09AM +0530, Devdas Bhagat wrote:
On 15/12/03 22:59 +0530, Dr. Sharukh K. R. Pavri. wrote:
That gives
syntax error at -e line 1, near "/@/)" Execution of -e aborted due to compilation errors.
The whole command is a single line. I tested it before posting.
I suppose Perl would be the best tool for doing this particular job. I would suggest that Dr. Pavri should read up on the regex operators in Perl, and understand what Devdas's code snippet is trying to do, so that he can himself figure out what's wrong!
Sameer.
PS: Interesting to see the names "Sharukh" and "Devdas" in the same message! ;) -- Research Scholar, KReSIT, IIT Bombay http://www.it.iitb.ac.in/~sameerds/
Try these:
Spamassassin - very effective, automatically identifies email as SPAM based on the email content/header/etc. you can configure it to put the word SPAM in the subject line and you can apply a filter to that.
ASK - Active Spam Killer, this generates a white list from your mbox mail box and checks for emails from that list. If an email originates from a new email address, it sends a link where the user has to click, then the user gets added to the white list. Since most spam emails are sent from fake email addresses, those never get to you. you can redirect the rejected emails to another mail box and check them later.
Vipuls Razor - This is another good tool, I haven't tried it so cant comment yet.
Regards Prakash
On Tue, 2003-12-16 at 20:33, Sachin wrote:
How to block spam mails?
Receiving hundreds of spam mails daily.
We are using Squirrelmail for mailing.
Using message/mail filters for this.
But its not 100% useful.
If I enable spam filters it sometimes move important messages to trash.
Any better solution for this?
Thanks in advance.
Thanks/Regards, Sachin
----- Original Message ----- From: "Sameer D. Sahasrabuddhe" sameerds@it.iitb.ac.in To: "ILUG-Bom" linuxers@mm.ilug-bom.org.in Sent: Tuesday, December 16, 2003 10:03 AM Subject: [ILUG-BOM]
Cc: Bcc: Subject: Re: [ILUG-BOM] regexp query Reply-To: In-Reply-To: 20031216021109.A23597@evita.devdas.geek
On Tue, Dec 16, 2003 at 02:11:09AM +0530, Devdas Bhagat wrote:
On 15/12/03 22:59 +0530, Dr. Sharukh K. R. Pavri. wrote:
That gives
syntax error at -e line 1, near "/@/)" Execution of -e aborted due to compilation errors.
The whole command is a single line. I tested it before posting.
I suppose Perl would be the best tool for doing this particular job. I would suggest that Dr. Pavri should read up on the regex operators in Perl, and understand what Devdas's code snippet is trying to do, so that he can himself figure out what's wrong!
Sameer.
PS: Interesting to see the names "Sharukh" and "Devdas" in the same message! ;) -- Research Scholar, KReSIT, IIT Bombay http://www.it.iitb.ac.in/~sameerds/
On 16/12/03 20:33 +0530, Sachin wrote:
How to block spam mails?
DNSBLs are your friend.
Receiving hundreds of spam mails daily. We are using Squirrelmail for mailing. Using message/mail filters for this. But its not 100% useful. If I enable spam filters it sometimes move important messages to trash.
Ooooh, the no false positives issue rears its ugly head again. I suggest getting spamassassin on your server and putting it in learning mode. And please do not hijack another thread.
Devdas Bhagat