As the condition lines are ANDED, is there an elegant
solution to OR them?
I want to save all files from this email group to a file
that I can retrieve remotely, or read seperately. The emails to
this group have different headers. I want to be able to run
the following recipe, but OR the conditions:
# Put all procmail information into procmail mailbox.
:0fwi:$MAILDIR/.lock
* ^To(_dot_)*procmail(_at_)Informatik(_dot_)RWTH-Aachen(_dot_)DE
* ^Cc(_dot_)*procmail(_at_)Informatik(_dot_)RWTH-Aachen(_dot_)DE
$MAILDIR/procmail
Thank you for any help ... Marc