procmail/ 0040775 0005671 0000012 00000000000 07500622422 012351 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 00000002456 07474677066 014671 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 "