On Tue, 30 Mar 1999, Mario Melendez Esquivel wrote:
> :0:
> * ^From:address1
> * ^From:address2
> * ^From:address3
> | (autoreply command)

        Try something like this:
:0
# The above could be as well :0: if you want to lock the file.  For
# details examine the man page
* ^From: (address1|address2|address3)
# There is usually a space between 'From:' and 'address'
| script_name

> If I leave the address2 and address3 lines commented it works ok, but
> replies only to address1. If I uncomment all lines it doesn't reply to any
> of them. 

        Well... this is because you did something like
if ((from_address1) && (from_address2) && (from_address3)) ...

        Raider
--
                ``Liberate tu-temet ex inferis''

Reply via email to