procmail/ 0040775 0005671 0000012 00000000000 07540240336 012355 5 ustar jcameron wheel procmail/down.cgi 0100775 0005671 0000012 00000000322 07474677460 014027 0 ustar jcameron wheel #!/usr/local/bin/perl # down.cgi # Move a recipe down in the file require './procmail-lib.pl'; &ReadParse(); @conf = &get_procmailrc(); &swap_recipes($conf[$in{'idx'}], $conf[$in{'idx'} + 1]); &redirect(""); procmail/edit_env.cgi 0100775 0005671 0000012 00000002726 07540247125 014650 0 ustar jcameron wheel #!/usr/local/bin/perl # edit_env.cgi # Edit an environment variable setting require './procmail-lib.pl'; &ReadParse(); if ($in{'new'}) { &header($text{'env_title1'}, ""); } else { &header($text{'env_title2'}, ""); @conf = &get_procmailrc(); $env = $conf[$in{'idx'}]; } print "