search for: someheader

Displaying 3 results from an estimated 3 matches for "someheader".

2019 Feb 28
2
Pigeonhome Sieve: check existence of a folder?
...e purpose is slightly different: I want to automate the move into a folder based on some rules but *only if* an associated folder is present (which name is based on the rule), otherwise I will do a form of catch-all. Example: - INBOX ???? +- abc ???? +- def - Rule detects "aaa" in someheader field: folder "aaa" not present" -> continue; - Rule detect "def" in some header field: "def exists" -> fileinto "def" ?? ; stop; Any help appreciated. Cheers, A/
2019 Feb 28
0
Pigeonhome Sieve: check existence of a folder?
...e into a folder based on some > rules? > but *only if* an associated folder is present (which name is based > on? > the rule), otherwise I will do a form of catch-all. > > Example: > > - INBOX > ????? +- abc > ????? +- def > > - Rule detects "aaa" in someheader field: folder "aaa" not present" > ->? > continue; > > - Rule detect "def" in some header field: "def exists" -> fileinto > "def"? > ??? ; stop; > > Any help appreciated. > > Cheers, > > A/ >
2006 Dec 05
7
mongrel and long lived connections
Hi, I found this article http://cyll.org/blog/tech/2006-08-09-themongrelcomet.html on mongrel and COMET very interesting. I ran the code, and it worked just as Christopher explained. The one thing I don''t understand is why mongrel can only handle 1 connection at a time. I thought that mongrel used a thread per connection. It appears that each registered handler can only handle 1