Cool! I tried it on my server and now it works great. Before I posted for
help, I used a script and called it defaultbc. Cyrus was complaining that
the file was not a bytecode file. I ended up having to add an entry in
/etc/servives and using sieveshell like you suggested.
Thanks for pointing
Quick an dirty sieve scripts.
There are many examples on the web but here is just one more.
require ["fileinto","reject"];
if header :contains "X-Spam-Score" "*" {
fileinto "trash";}
elsif header :contains ["Sender","From"]
"@wareham.k12.ma.us"
Hello,
Cristian Livadaru schrieb:
On Sun, Dec 14, 2003 at 10:25:36AM -0800, Wil Cooley wrote:
On Sun, 2003-12-14 at 08:27, Cristian Livadaru wrote:
hi, has someone got a sieve howto ?
or maybe sombody could tell me how I can manage this.
I want that every subject, sender and receiver of a
On Sun, 2003-12-14 at 08:27, Cristian Livadaru wrote:
> hi, has someone got a sieve howto ?
> or maybe sombody could tell me how I can manage this.
> I want that every subject, sender and receiver of a mail is being passed to a
> script or inserted into mysql.
> I use this for SMS notify. Now I am
Hi out there,
> I've some problems getting sieve to work.
well it works now.
I didn't that much, but know it works
I did
make test
in the directory sieve, copied libcom_err.a to
usr/include/lib because it was lacking.
I did some syntax test with ./test and now it works
brilliant.
THX,
after al
Hi Jeremy, Hi Alice, Hi ML,
I've some problems getting sieve to work.
>You can store in /usr/sieve/j/jh_lists (for instance)
O.K. if done this.
My directory is /usr/sieve/j/jochenmetzger (for instance)
(jochenmetzger is my mailbox-user)
What are the recommend rights?
I've got 755 on all direct
If you built cyrus with sieve then it is already running. You can test it
by telneting to port 2000:
You should see few lines with the first line something like the following:
"IMPLEMENTATION" "Cyrus timsieved v1.0.0"
This means that sieve is running.
You can load scripts into the server usi