Lines Matching defs:forward
104 ** and forward to /bin/mail, Being sure to delete any
269 char forward[MAXLINE];
283 (void) strlcpy(forward, homedir, sizeof (forward));
284 (void) strlcat(forward, "/.forward", sizeof (forward));
285 f = fopen(forward, "r");
287 printf("You have a .forward file in your home directory");
294 if (unlink(forward))
295 perror("Error removing .forward file:");
301 printf("To enable the mailcompat feature a \".forward\" ");
307 f = fopen(forward, "w");
309 perror("Error opening .forward file");