Prompting users for "Cc:" in Mail after message composed is confusing

Neil Rickert rickert at mp.cs.niu.edu
Fri Nov 30 17:03:36 AEST 1990


In article <1990Nov30.030735.19269 at engin.umich.edu> paul at caen.engin.umich.edu (Paul Killey) writes:
>
>with apollos, we count on a registry "feature" such that getpwnam(".")
>returns the entry for root instead of NULL, so all mail sent to dot
>goes to root.  No bounce problems.  Additionally, askcc has the effect
>of deletecc in apollo pads, and the bounce problem is thereby avoided.
>

 Some time ago I got tired of seeing bounced mail because users tried

  mail user -s "subject"

Since ucb Mail sorts the addresses before calling sendmail, the '-s' was
treated as a flag to sendmail which caused it to drop suid privileges.

I just defined an alias for '-s' in /lib/Mail.rc, aliasing it to /dev/null
and the problem went away.  But it would be nice if the sorting were done
in reverse order, so that sendmail doesn't see spurious flags.

-- 
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  Neil W. Rickert, Computer Science               <rickert at cs.niu.edu>
  Northern Illinois Univ.
  DeKalb, IL 60115.                                  +1-815-753-6940



More information about the Comp.bugs.4bsd.ucb-fixes mailing list