Interesting, when I try using the suggested:

    |IFS=' ' && exec /usr/bin/procmail || exit 75 #1015

I get the error message (in maillog)

    attempt to use "procmail.||.exit.75.#1015" (stat failed)

removing the #1015, I get the error
    
    attempt to use "procmail.||.exit.75" (stat failed)

removing the entire || clause, makes it work, viz

    to=|IFS=' ' && exec /usr/bin/procmail,

can anyone explain whats going on here???

-- 
                                        Reg.Clemens
                                        [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to