]> git.marmaro.de Git - mmh/blobdiff - uip/aliasbr.c
Removed support for UUCP bang path addresses.
[mmh] / uip / aliasbr.c
index 073b1b28960354082d822516a6e2432e2340887f..7b7bcefbd5db98b7d6d59f98456d8047a6c6105c 100644 (file)
@@ -444,7 +444,7 @@ add_aka(struct aka *ak, char *pp)
 
        ad = (struct adr *) mh_xmalloc(sizeof(*ad));
        ad->ad_text = getcpy(pp);
-       ad->ad_local = strchr(pp, '@') == NULL && strchr(pp, '!') == NULL;
+       ad->ad_local = strchr(pp, '@') == NULL;
        ad->ad_next = NULL;
        if (ak->ak_addr)
                ld->ad_next = ad;