blob: 9985abe90fb6cbfb9deb16f3266a50899d30305e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Sievelog is a message dispatcher inspired by swatch but more focused on the
following problems:
* Having a clean syntax
* Directing a raw syslog stream to different files based on content
* Mailing out alerts based on content
* Being fast
Sievelog's syntax is as simple as "<regex>" -> /some/file.
WWW: http://sievelog.googlecode.com/
|