]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-router-postfix.sh
uses smarty3
[packages/eventum.git] / eventum-router-postfix.sh
CommitLineData
5ebce8d6
ER
1#!/bin/sh
2# $Id$
3
4case "$1" in
62f3b4ea 5emails|emails\ *)
5ebce8d6
ER
6 TYPE="emails"
7 ARG="${1#* }"
8 ;;
9drafts|notes)
10 TYPE="$1"
11;;
12*)
13 echo >&2 "Invalid type: $1"
14 exit 78
15esac
16
17
18exec /usr/share/eventum/route_$TYPE.php $ARG
This page took 0.041517 seconds and 4 git commands to generate.