From 6dfb9311700d09fb019bee74d2b420c6cdea8b8f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 Apr 2014 22:18:17 +0000 Subject: mda: rename PI_FAILBOX to PI_EMERGENCY The emergency destination may be Maildir. A Maildir emergency destination is better for volatile data which is written to and deleted-from frequently. --- t/cgi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/cgi.t') diff --git a/t/cgi.t b/t/cgi.t index 3cf230c0..b992af31 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -40,7 +40,7 @@ my $cfgpfx = "publicinbox.test"; } my $failbox = "$home/fail.mbox"; -local $ENV{PI_FAILBOX} = $failbox; +local $ENV{PI_EMERGENCY} = $failbox; { local $ENV{HOME} = $home; local $ENV{RECIPIENT} = $addr; -- cgit v1.2.3-24-ge0c7