]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Changed mlmmj-process to look at environment variable DEFAULT instead of EXT for...
authormortenp <none@none>
Mon, 25 Sep 2006 20:30:18 +0000 (06:30 +1000)
committermortenp <none@none>
Mon, 25 Sep 2006 20:30:18 +0000 (06:30 +1000)
ChangeLog
src/mlmmj-process.c

index 70b31104435bb9eb414b1ffd7fce52874e4f1f86..a9ebf9d56a56466777ba7f236245ac7460ee3511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ o Changed mlmmj-process to look at environment variable DEFAULT instead
+   of EXT for qmail.
  o Added Frensh listtext unsub-confirm-digest (Christophe Gallienne)
 1.2.12-RC3
  o Fixed EOF handling in checkwait_smtpreply()
index e6b5b12856950871da738c7006a760aa9ae60f37..e578ecb0ba939bedfec1a46c944133115ac8551f 100644 (file)
@@ -542,7 +542,7 @@ int main(int argc, char **argv)
        }
 
        /* address extension (the "foo" part of "user+foo@domain.tld") */
-       if((envstr = getenv("EXT")) != NULL) {
+       if((envstr = getenv("DEFAULT")) != NULL) {
                /* qmail */
                recipextra = mystrdup(envstr);
        } else if((envstr = getenv("EXTENSION")) != NULL) {