[pmmail-list] Filter question

Oliver Ebert pmmail-list@blueprintsoftwareworks.com
Mon, 14 Oct 2002 09:32:16 +0200 (CDT)


Hi Sorin,

>>Yes.
>Really?? How?
Like Boris explained yesterday. :-)

I corrected a little error because it must be "h.fromid" and not 
"h.from" and I set "$ab$" because it should use all adressbooks.


Set up a (complex) filter that filters From: for an address book:

h.Fromid=$ab$

and set the action to User Hook and point to Yippee!.cmd
that is placed into your PMMail directory and contains these
lines:

==============================CUT==============================
/* Yippee!.cmd */

f = 262
DO b = 1 TO 24
   BEEP(TRUNC(f),5)
   f = f * 1.12245
END
DO b = 1 TO 24
   f = f / 1.12245
   BEEP(TRUNC(f),5)
END

EXIT
==============================CUT==============================

Hope it helps you, like it helps me! Thanks Boris again!

Bye says Oliver

-- 
http://olios2.homeip.net
online from approximately 06 am - 21 pm GMT

- pmmail-list - The PMMail Discussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com 
with the first line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------