3 messages in net.sourceforge.lists.courier-maildrop[maildropl] search message body content
FromSent OnAttachments
Fernando La GambaApr 10, 2003 6:31 am 
Mark WeinemApr 13, 2003 1:03 pm 
Mark WeinemApr 16, 2003 4:35 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] search message body contentActions...
From:Fernando La Gamba (fern@fastrack.com.br)
Date:Apr 10, 2003 6:31:01 am
List:net.sourceforge.lists.courier-maildrop

Hello,

What's wrong with this script? I want to search a word that is in a FILE that is in body message.

if (/.*/:wbD && lookup ( "$MATCH", "badkeywords.dat" )) { ADDR=getaddr($RECIPIENT) FILE="badkeywords.msg" TEXT="Hi, the message you sent to mail address $ADDR was not \ accepted by security policies" CREATEFILE=`echo "$TEXT" > $FILE` cc "| mailbot -m $HOME/badkeywords.msg -d autoresponsedb \ -A 'From: post@redinter.com.br' /var/qmail/bin/qmail-inject''" to /dev/null }

Thanks