[pmmail-list] Filter question

Boris Kirkorowicz pmmail-list@blueprintsoftwareworks.com
Sun, 13 Oct 2002 21:18:27 +0200 (MSZ)


On Sun, 13 Oct 2002 20:47:55 +0200 (CDT), Oliver Ebert wrote:

>Thanx in advance for your help!

Oh, sorry... ;-)

This way it should work (not tested yet):

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

h.From=$ab.AddrBookName$

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==============================


Done.





Gruß                              Greetings
          Boris Kirkorowicz

- 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
---------------------------------------------------------------------