[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The call
command invokes a user-defined section much
in the same manner as a subroutine in a programming language. The
invoked section continues to execute until its end or the stop
statement is encountered, whichever the first.
BEGIN myproc if header[Subject] "Re: .*" stop fi trigger "pgp" gpg-encrypt "my_gpg_key" done END BEGIN RULE call myproc END
This document was generated on January 6, 2024 using texi2html 5.0.