imapfilter convenience wrapper

main.lua.skel 260B

1234567891011
  1. #!/bin/lua
  2. dofile "__IMAPDOMO_SHARE__/common.lua"
  3. handle({
  4. action = os.getenv("IMAPDOMO_ACTION"),
  5. dirs = {
  6. host = os.getenv("IMAPFILTER_HOME") .. "/host/" .. shortname(),
  7. defhost = os.getenv("IMAPFILTER_HOME") .. "/default",
  8. }
  9. })