CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2013/04/19 08:35:40
Modified files: usr.bin/vacation: vacation.1 vacation.c Log message: match behavior of current sendmail-based vacation: eliminate the concept that an interval (-r) of 0 indicates sending a reply to every message (per sender), but rather match the 'non-numeric' case where only one reply will be sent (per sender). default remains unchanged. vacation database should be reinitalized sometime before 2038. removes the need for time_t casts. discussed with deraadt; ok millert