test-config.39.in 226 B

123456789101112131415
  1. create
  2. &DIR&/test*.log {
  3. monthly
  4. rotate 0
  5. mail user@invalid.
  6. maillast
  7. sharedscripts
  8. preremove
  9. touch scriptout
  10. printf '%s' "$(basename $*)" >> scriptout
  11. this should trigger an error
  12. endscript
  13. }