* added masquerade domain feature.
[citadel.git] / citadel / msgbase.c
index 5eb729f1084ab9ad9347a78ff06be2f74dd3f648..7a1abce384b7f14d551eda54319719d2411ff252 100644 (file)
@@ -3214,7 +3214,7 @@ struct recptypes *validate_recipients(char *supplied_recipients) {
                                 * because if the address were valid, we would have
                                 * already translated it to a local address by now.
                                 */
-                               if (IsDirectory(this_recp)) {
+                               if (IsDirectory(this_recp, 0)) {
                                        ++ret->num_error;
                                        invalid = 1;
                                }