search for: scriptgenerator

Displaying 2 results from an estimated 2 matches for "scriptgenerator".

2005 Jul 05
0
Strange behavior on windows
Folks, Excuse me if this is obvious. I have done a google but haven''t found anything. I''m just going through the Ruby on Rails book and installed the software from the SVN server as it mentioned that a lot of things in the book won''t work with the current stable release. I started with the Depot example and ran: >ruby scriptgenerate scaffold Product Admin
2009 Oct 27
3
sieve and fileinto encoding
Hello All! I`m using dovecot 1.2.6 I have folder named in russian "????", and when in filter i wrote: fileinto "????"; all works well. Now i find 2 web applications to manage sieve filters (horde-ingo and squirrelmail/avelsieve) - then creates filter like this: if header :contains "Subject" "????" { fileinto "&BCEEEAQfBB8-"; stop; }