$OpenBSD: patch-gotmail,v 1.2 2007/05/08 20:06:48 kurt Exp $
--- gotmail.orig	Sat Apr  7 22:00:30 2007
+++ gotmail	Tue May  8 15:17:32 2007
@@ -156,7 +156,7 @@ my($conf_onlyspamscan) = 0; # 0 = no, 1 = yes
 my($conf_deletespam) = 0; # 0 = no, 1 = yes
 my($conf_movespam) = "";
 my($conf_spamscore) = 4.5;
-my($conf_procmail_bin) = '/usr/bin/procmail';
+my($conf_procmail_bin) = '!!PREFIX!!/bin/procmail';
 my($conf_summary) = 0;
 my($conf_procmail_option)= "";
 my($conf_remove_header) = 0;  # 0 = no, 1 = yes
@@ -365,7 +365,7 @@ my %options = (
 
   'procmail-bin' =>
     ["<path>",sub {$conf_procmail_bin = shift; $conf_procmail = 1;},
-     "Use this as procmail. Defaults to /usr/bin/procmail and implies --use-procmail."],
+     "Use this as procmail. Defaults to !!PREFIX!!/bin/procmail and implies --use-procmail."],
 
   'procmail-option' =>
     ["<opt>",sub {$conf_procmail_option = shift;},
