#
# Default projects.  There are 2 sets of projects here, from based
# and too based.  from based match an email address and set a project.
# to based do the same based on recipient.
#
# IMPORTANT FOR PERL5 USERS: You MUST remember to protect your @ in this
# file by using \@
#

%fromdefaults = (
	"pwalker@ncsa.uiuc.edu","TEST",
	"leppik@seidel.ncsa.uiuc.edu","TEST"
);

%todefaults = (
	"proj_test", "TEST"
);

%projecttofrom = (
	"TEST", "proj_TEST@jean-luc.ncsa.uiuc.edu"
);

1;
