On Mon, 9 Oct 2000, Grzegorz Jaskiewicz wrote:
How use few conditions in parallel?
like this? :
:0c
(* Subject:.*sms & *<1000)
.................
??????
:0c
* ^Subject:.*sms
* < 1000
mail_folder
The pipe symbol | what does it mean?
It depends on what you're doing. It can invoke shell commands or act
as a filter (sort of like a traditional unix pipe).
how message is going throught all conditions, programs in proc mail?
And What differs
:0
*
{
| formail -some
!ble(_at_)ble(_dot_)com(_dot_)rs
}
The above recipe won't work. Only one action per recipe is allowed.
:0
*
{
:0hf
| formail -some
:0
!ble(_at_)ble(_dot_)com(_dot_)cz
}
This is silly, but human help is more "interactive", thats why i em asking
such
stupid questions sometimes!
Thx!
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail