patch-aa by jhs_ERASE_@berklix.com 9.2-RELEASE does not have /usr/bin/perl but /usr/local/bin/perl Older hosts may or not have symbolic links to local. My host=lapr & host=blak uname_r=9.2-RELEASE have: /usr/bin/perl@ -> /usr/local/bin/perl5.14.4 maybe that is installed by ports ? I've checked it's not installed by cd /usr/src ; make install Without this patch, demime fails to work as a pipe (& confuses procmail), eg demime < /dev/null will complain: demime: Command not found. With the patch demime produces a more reasonable error: One argument required - the relay to address. JJLATER maybe I should look at the can of worms: perl ports macros. *** demime.orig Fri Feb 28 22:39:40 2014 --- demime Fri Feb 28 22:39:51 2014 *************** *** 1,4 **** ! #! /usr/bin/perl -w use 5.0; --- 1,4 ---- ! #! /usr/local/bin/perl -w use 5.0;