On Mon, 7 Oct 2002 19:24:01 +0700 "Thomas F." <[EMAIL PROTECTED]> wrote:
>>> And, is there ANY way to filter mail that does NOT have the >>> same email-address in "From:" and in "Return-Path:"? Getting to >>> sort out these mails would help A LOT in filtering spam and >>> virus. >> I don't think that can be done. > I think it can. ;-) > > IF (RegEx(From-Addr) = RegEx(Return-Path)) THEN > MOVE(message) > ENDIF > > The RegEx functions of course will be rather complicated, so I am not > going to try. But it should work as above with TB's different IF > syntax. OK ... I think you're going to explain to me were the 'IF' syntax is inserted into TB! _filter_ section?!?!? -- Pit ________________________________________________ Current version is 1.61 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

