X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=script%2Fpublic-inbox-mda;h=8cf441957cc01a59506df54e83b816fd24e5edbb;hb=3d41aa23f35501ca92aab8aa42980fa73f7fa74f;hp=8b5258f5f397e31bf229ebecf5e1abaf066b7171;hpb=6cf4ed00cfe766141572511d4ab2016cd6dafe46;p=public-inbox.git diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 8b5258f5..8cf44195 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2013-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2018 all contributors +# License: AGPL-3.0+ # # Mail delivery agent for public-inbox, run from your MTA upon mail delivery use strict; @@ -52,7 +52,7 @@ $simple = undef; $emm = PublicInbox::Emergency->new($emergency); $emm->prepare(\$str); $ems = $ems->abort; -my $mime = Email::MIME->new(\$str); +my $mime = PublicInbox::MIME->new(\$str); $str = ''; do_exit(0) unless $spam_ok;