Sean was hanging from the ceiling by his gravity boots and typed the extrac-
tion operator upside down when he advised Tim,
| :0:
| * ^Subject:.*myspecificstringofcharacters /\.*
| $MATCH
The condition should be,
* ^Subject:.*myspecificstringofcharacters \/.*
or even better,
* ^Subject:.*myspecificstringofcharacters \/.+
so as not to try to save to a nameless folder in case there is nothing after
the space.
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail