]> code.citadel.org Git - citadel.git/commitdiff
msgbase.c: remove extra call to alias() which was causing
authorArt Cancro <ajc@citadel.org>
Wed, 16 Dec 1998 04:27:16 +0000 (04:27 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 16 Dec 1998 04:27:16 +0000 (04:27 +0000)
          Citadel-to-Citadel mail to fall into the bit bucket.

citadel/ChangeLog
citadel/msgbase.c
citadel/network/mail.sysinfo

index f5d1b240e46f8bff0963151d6a66115e2fc04ded..8ba25f3fea2980dc3e1784f4f0b899f47e890c9b 100644 (file)
@@ -1,4 +1,8 @@
-1998-12-14 Art Cancro Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+1998-12-15 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * msgbase.c: remove extra call to alias() which was causing
+         Citadel-to-Citadel mail to fall into the bit bucket.
+
+1998-12-14 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * More session table stability nonsense
 
 Sun Dec 13 17:40:08 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
index ab3de0e3abefea34e598012a287098d0de0cc328..296cfc2d18f603704ed032777f36f8346e2d18d5 100644 (file)
@@ -758,7 +758,7 @@ void save_message(char *mtmp,       /* file containing proper message */
 
        /* ...or if this is a private message, go to the target mailbox. */
        if (strlen(recipient) > 0) {
-               mailtype = alias(recipient);
+               /* mailtype = alias(recipient); */
                if (mailtype == M_LOCAL) {
                        if (getuser(&userbuf, recipient)!=0) {
                                mtsflag = 1; /* User not found, goto Aide */
index accc987d789d59803789afd65abde6fe8c114dfc..0b0bd15f6b485e31bac617e5f62155ebc268746e 100644 (file)
@@ -215,3 +215,5 @@ gdom NJ
 humannode The Amiga Zone
 lastcontact 899841267 Tue Jul  7 15:54:27 1998
 
+foo
+bin mail