I wanted to formail some e-mails to another e-mail accound based on "recipent" (I also send a copy to another catalogue just in case)
promail modified file .procmail with
# ----------------------
# start of user recipies
# ----------------------
:0
* ^TO_.*USER@ANOTHERDOMAIN.COM
{
:0 c
! ;USER@DOMAIN.COM
:0
$MAILDIR/;XXXXXX/
}
The problem is ";" befor the USER
I manually edited the file and it worked perfectly.