Using procmail to pipe to a php script, can I add a variable to be checked
I have a procmail script set up which pipes to a PHP script when an email subject line matches: :0 * ^[email protected]|^Subject.*(REMOVE|Undelivered Mail) | /usr/bin/php -f /var/www/somefolder/script.php Is there a way to pass a variable, perhaps like you do with…