I would appreciate deeply if anyone of you know if there is such
C-shell script which will hold off all the incoming mail from a
certain "From:" address sent to a user between 10:00 PM to 7:30 AM
(next day) and resend them back to the same user next day at 7:31 AM.
Bascically here's the flow:
mv ~/mail/pending/mail.1 ~/mail/pending/mail.1+1
Save newmail to ~/mail/pending/mail.1
endif
Next I'll have another script which runs in cron, and looks for the
existence of the ~/mail/pending/mail.* and resends them back to the
$USER one by one till each of 'em is delivered when $TIME = 7:31 AM
Any pointers, sugegstions are most welcome and maybe sent to
Many Many Thanks.
--