Tonight's meeting

Chris F.A. Johnson c.f.a.johnson-bJEeYj9oJeDQT0dZR+AlfA at public.gmane.org
Wed Apr 14 18:36:54 UTC 2004


On Wed, 14 Apr 2004, William Park wrote:

> On Tue, Apr 13, 2004 at 04:24:14PM -0400, Chris F.A. Johnson wrote:
> >     As there may not be a projector available for tonight's
> >     presentation, I have put most of the material I will be covering
> >     on my web site <http://cfaj.freeshell.org/tlug> in text,
> >     PostScript and PDF formats.
> >
> >     If you are going to attend, you may find it helpful to print out
> >     some of these files, particularly pop[1-5], and have them for
> >     reference at the meeting.
> >
> >     I may be adding a few more files before I leave the house.
>
> Good talk.  I almost forgot about
>     array[ ${#array[*]} ]
>
> But, how do you determine which email to delete?  That is, what criteria
> do you try to match?


deny() {
    printf "%s\n" "${header[@]}"  "${body[@]}" |
       egrep -if $deny >/dev/null 2>&1 && return 5 || return 0
}


allow=$HOME/.mf-allow
deny=$HOME/.mf-deny


    .mf-deny contains:

^FROM:.*\<MS\> [a-z][a-z]
^From:.*Microsoft.*
^From:.*Inet
^From:.*Internet
^From:.*Security Division
^Subject:.*New Internet Critical Pack
(Cumulative|Network|Critical).*Patch
^To:.*client\@
^Virus detected
^(To|Cc):.*Network Client
^(To|Cc):.*receiver
^(To|Cc):.*recipient
^(To|Cc):.*\<user\>
^(To|Cc):.*Client
^(To|Cc):.*Customer
^(To|Cc):.*Inet Receiver.*
^(TO|Cc):.*Internet



-- 
	Chris F.A. Johnson                      http://cfaj.freeshell.org
	=================================================================
                Everything in moderation -- including moderation
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list