sieve_5.yml 318 B

12345678910111213141516
  1. headline: lang.sieve_preset_5
  2. content: |
  3. require "vacation-seconds";
  4. if true
  5. {
  6. # Only send once a day:
  7. # vacation :seconds 86400 text:
  8. # Only send once every 300 seconds:
  9. # vacation :seconds 300 text:
  10. # Else:
  11. vacation text:
  12. I am on holidays, yay!
  13. Mail me later, alligator.
  14. .
  15. ;
  16. }