==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=7555

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #26 from Mats Schuh <[email protected]> ---
 - (In reply to Stefano Zamboni from comment #25)
> I'm testing it on a production server.. 
> another 2 days and I'll report back..
> atm I can only say that every night I get a mail from the cron script

ok, at least the script seems to run :-) If you want to suppress the mail cron
sends out, you could add an additional line to /etc/cron.d/vacation:

MAILTO=""

or append an output redirection to nirvana to the command itself like so:

5 0 * * * root /sbin/e-smith/vacation/check_vacation_dates.sh > /dev/null 2>&1

To check if things really work, check the output of 

$ db accounts show $USERNAME | grep EmailVacation

before and after the vacation notice for $USERNAME should be enabled or
disabled by the script, respectively - the yes/no setting should change
automatically according to the dates you have set for the user.

Thanks for testing!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to