Re: qmail & anti-virii

2001-08-12 Thread Noel Mistula
You can also try this script; http://www.ornl.gov/its/archives/mailing-lists/qmail/2001/03/msg01041.html don't forget to use the -i flag on all grep commands so that you won't miss the upper case characters. cheers Eduardo Augusto Alvarenga wrote: > > Averroes <[EMAIL PROTECTED]> wrote: > >

Re: checkhab script

2001-07-29 Thread Noel Mistula
Hi, the -f flag is equiv. to from, read the qmail-inject docs.You can replace the [EMAIL PROTECTED] with [EMAIL PROTECTED] the [EMAIL PROTECTED] is the recipient of all junk emails. You have to create this account (either alias or not). However, the junk account must _not_ use the checkhab scrip

Re: Where's a good place to put a script to filter every mail

2001-07-25 Thread Noel Mistula
Put this script in .qmail-default Make sure you use the -i flag on all grep command so that it won't miss upper case chars. http://www.ornl.gov/its/archives/mailing-lists/qmail/2001/03/msg01041.html cheers -- Noel G. Mistula Network & Systems Administrator Meriton Apartments Pty Ltd Kman wro

Re: bonussouzaramos (Virus removed)

2001-07-25 Thread Noel Mistula
I've been trying to notify [EMAIL PROTECTED] but until now nothing has been done. Jon Booth wrote: > > Kind of ironic this being sent to a qmail list. > > Hope Wilson isn't a mail administrator somewhere. > > Jon > > On Wed, 25 Jul 2001, Wilson wrote: > > > Hi! How are you? > > > > I send y

Re: qmail newbie

2001-07-23 Thread Noel Mistula
Hi Joy, The new script can be found on this link; Make sure that you add the -i flags on all grep commands so that it will not miss uppercase characters. http://www.ornl.gov/its/archives/mailing-lists/qmail/2001/03/msg01041.html The script includes the instructions on how to use it. Please re

Re: How to prevent smtp from accepting blank From: field

2001-03-15 Thread Noel Mistula
use checkhab or checkattach Manvendra Bhangui wrote: > > I am having a problem with my site where someone is trying to spam the site with > some message titled "Snowhite and Seven Dwarfs". The From: field is being shown as >From: [EMAIL PROTECTED] > > I have put the entry [EMAIL PROTECTED] in

checkhab IS checkattach

2001-03-15 Thread Noel Mistula
Hi qmailers, I extend checkattach to do further checking. I call it checkHAB. Attached is the extended script. I hope this is useful. cheers -- Noel G. Mistula Network & Systems Administrator Meriton Apartments Pty Ltd #!/bin/bash #

CHECKATTACH 0.4.5

2001-03-14 Thread Noel Mistula
Hi qmailers, I noticed quite a few discussions about CHECKATTACH last week. Here is the updated script which address some of the issues. I hope this is useful... cheers, -- Noel G. Mistula Network & Systems Administrator Meriton Apartments Pty Ltd #!/bin/bash # ###

Re: Anti Virus

2000-08-03 Thread Noel Mistula
But then again, scripts kiddies are "Always" one step ahead compared to the dat files of your beautiful Norton Enterprise Antivirus. cheers Noel -Original Message- From: Brett Randall <[EMAIL PROTECTED]> To: qmail <[EMAIL PROTECTED]> Date: Friday, 4 August 2000 15:51 Subject: RE: Anti V

Re: Anti Virus

2000-08-03 Thread Noel Mistula
I like AV. I really do. But the thing is "all" AV are "reactive". You can only be protected all the time iff, your dat file is updated every minute. But if the LoveBug or Melissa or any html borne worm is mutating every minute then your AV dat file is useless. the choice is yours... cheers Noel

Re: Anti Virus

2000-08-03 Thread Noel Mistula
Hi, Speaking of filtering binary attachments? Use my method...right here. http://www.ornl.gov/its/archives/mailing-lists/qmail/1999/07/msg00518.html just modify it at your own requirements. cheers Noel -Original Message- From: Robin S. Socha <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <

Re: problem qmail

2000-07-19 Thread Noel Mistula
Noel Mistula -Original Message- From: Agus Hariadi <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, 20 July 2000 5:25 Subject: problem qmail Hi, I was found error when start qmail the message is Jul 19 18:43:27 freebsd qmail: 964032207.134614 a

Re: Blocking VB scripts from getting through qmail

2000-06-20 Thread Noel Mistula
ld get it to run for every incoming email and dump the ones that contain >> virus's. >> Any suggestions would be appreciated. >> >> Sorry if this has been asked many time before. There are many ways. One is in this site ;) http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/06/msg00299.html cheers Noel Mistula

Re: script chkattach

2000-06-18 Thread Noel Mistula
Hi, Any triple bounce should go to the MAILER-DAEMON. Just make sure that the recepient of the MAILER-DAEMON "doesn't" use this script because it will bounce forever. With regards to the original message I think it's always appended on the bounced mail. cheers Noel Mi

Re: Extenstion cleaner

2000-06-12 Thread Noel Mistula
Hi, You can try my tiny teeny script at http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/06/msg00299.html cheers Noel Mistula -Original Message- From: Jonathan Fortin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, 13 June 2000

Re: Script Required

2000-06-07 Thread Noel Mistula
Hi qmailers, Attached is the modified version of my checkattach script. This time it will check filenames like THIS.IS.A.VBS.VIRUS.txt.vbs If you have comments please let me know. cheers Noel Mistula -Original Message- From: Erwin Hoffmann <[EMAIL PROTECTED]> To: System Adminis

Re: The "I love you virus" .. and content based filtering

2000-05-04 Thread Noel Mistula
Hi, try my crude script. http://www.ornl.gov/its/archives/mailing-lists/qmail/1999/07/msg00518.html cheers noel -Original Message- From: Nicolas MONNET <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, 5 May 2000 0:44 Subject: The "I love you virus" .. and co

Re: Speed

1999-12-01 Thread Noel Mistula
people asking questions like this are just testing the waters... this is normally ask by "IT" Managers or Executives who are very Lazy to do their own R & D and just look for a Quick Fix to impress their Boss... -Original Message- From: Rohit Khamkar <[EMAIL PROTECTED]> To: Tyler J. Fred

Quick & Dirty way to filter attachment: Part 2

1999-07-15 Thread Noel Mistula
Hi, Here is a modified version of selectively filtering attachments. I've use this for days already and I'm happy with it. But again, I consider this a crude script. Use at your own risk #:^) Thanks Noel Mistula == #!/bin/bash # # qmail -- c

Re: Quick & dirty way to filter attachment

1999-06-30 Thread Noel Mistula
e script. I would appreciate however if you can make some suggestions on how to improve the script. Thanks, Noel Mistula -- > From: Tomasz Papszun <[EMAIL PROTECTED]> > To: Noel Mistula <[EMAIL PROTECTED]> > Subject: Re: Quick & dirty way to filter attachment >

Quick & dirty way to filter attachment

1999-06-29 Thread Noel Mistula
r own script much much better than this. I wrote this because I've been searching the qmail archive and I couldn't find a single _example_ script for this subject. This posting is directed to qmail beginners like me. I hope this will be kept in the archive for future reference. Thanks