similar to: sieve - find in header

Displaying 20 results from an estimated 600 matches similar to: "sieve - find in header"

2016 Sep 08
2
sieve - find in header
On 08-09-16 20:51, @lbutlr wrote: > On Tue Sep 06 2016 07:25:38 Hajo Locke <hajo.locke at gmx.de> said >> How to solve this case and find a string in arbitrary/unknown headerline? > > You?ll have to create multiple sieves covering the possible headers. > Maybe when you tell what you're trying to achieve, we can give you better advice. Almost no one is looking for
2016 Mar 21
3
sieve - editheader - edit in place
Hello, i do some tests with sieve editheader extensions. deleteheader and addheader are working, but i noticed that new headerlines are always prepended to current header. So new lines can be found always on top. I am looking for a possibility to edit a headerline in place, without moving the new line to top of stack(replaceheader?). It is not looking good if a Subject-Line suddenly moves to
2005 Oct 20
4
read.fwf doesn't work with header = TRUE (PR#8226)
Full_Name: Emmanuel Paradis Version: 2.1.1 OS: Linux Submission from: (NULL) (193.49.41.105) read.fwf(..., header = TRUE) does not work properly since: 1/ the original header is printed on the console and not in FILE; 2/ the different 'parts' of the header should be separated with tabs to work with the call to read.table. Here is a suggested fix for src/library/utils/R/read.fwf.R:
2010 Nov 24
2
Change the class of columns in a data frame
Hi. First of all, excuse me if I do any mistakes, but English is not a language I use very often. I have a data frame with numbers. A small part of the data frame is this: nominal ordinal 2 2 2 1 2 1 2 2 So, I want to use the gower distance function on these numbers. Here (
2006 Feb 03
4
contoller code mysteries
In my controller...this code works def list2 first_name = params[:client][:first_name] @myclients = Client.find(:all, :conditions => ["first_name = :first_name", {:first_name => first_name}]) end this code doesn''t... def list2 first_name = params[:client][:first_name] if first_name searchstring = ''["first_name =
2009 May 11
1
Sieve & Regex
Hi all I'm trying to create a new sieve rule. What I would like to do is catch "From" addresses that are equal to the rightpart (hostname) of a message-id. For example: Message-ID: <000d01c9d23a$941a7db0$6400a8c0 at upwabm> From: "Leanne Crabtree" <upwabm at blomberg-co.com> I would like to catch this mail, because it has "upwabm" on the right part
2019 Feb 21
4
index problems after update
On 21.2.2019 10.53, Hajo Locke via dovecot wrote: > Hello, > > Am 20.02.2019 um 10:39 schrieb Aki Tuomi via dovecot: >>> On 18 February 2019 09:28 Hajo Locke via dovecot >>> <dovecot at dovecot.org> wrote: >>> >>> >>> Hello, >>> ? ? it seems we need a dovecot developers opinion. May be we hit a >>> bug or cant help
2015 Sep 08
3
sieve_extprograms - double linebreaks at filtering
Hello List, i have a problem when using sieve-plugin sieve_extprograms. I use dovecot 2.2.18 and bundled pigeonhole 0.4.6 (Ubuntu 14.04.3 LTS) i have enabled sieve_extprograms and vnd.dovecot.filter to send mail to user-defined script and get changed content back. My script previously was used with procmail and is working fine. Using same script with vnd.dovecot.filter leads to odd behavior. I
2019 Feb 20
2
index problems after update
> On 18 February 2019 09:28 Hajo Locke via dovecot <dovecot at dovecot.org> wrote: > > > Hello, > > it seems we need a dovecot developers opinion. May be we hit a bug or cant help ourselves. > > > Core dump with backtrace would help, if possible to acquire. Please refer to https://dovecot.org/bugreport.html for information how to get a core dump. Aki
2006 Dec 11
6
easy question, how would i search a grandparent???!
hi, i have this in my code Article.find_by_contents("#{searchstring} +city:#{passedincity}") well that returns to me only articles that belong to whatever the user selected in city. now is it possible to search the grandparent? for example class country has_many states class states has_many cities belongs_to country class city belongs_to states ...... i would like to search
2011 Jan 17
5
samba not knowing new users
Hello, sometime i have the problem that samba ist not knowing my new created users. i can see the users in my smb.conf but login fails with: NT_STATUS_NO_SUCH_USER i know samba is reading conf for ervery 60 seconds but also a manual reload is not working. only thing which helps is restart of smdb service. after restart my users work immediately. what could be the problem? i have no idea. OS
2019 Feb 15
4
index problems after update
Hello, Am 15.02.2019 um 10:03 schrieb Gonzalo Palacios Goicolea via dovecot: > El 15/02/2019 a las 8:47, Hajo Locke via dovecot escribi?: >> Hello, >> >> Am 11.02.2019 um 09:12 schrieb Hajo Locke via dovecot: >>> Hello, >>> Am 08.02.2019 um 09:25 schrieb Hajo Locke via dovecot: >>>> Hello List, >>>> >>>> i have a problem
2015 Sep 21
4
sieve_extprograms - run any individual script?
Hello, i use sieve extension sieve_extprograms to send incoming mail to some script. For security reasons it is needed that script-paths etc. are registered in dovecot.conf This is my current dovecot.conf plugin { sieve = ~/.dovecot.sieve sieve_plugins = sieve_extprograms sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute sieve_pipe_bin_dir =
2013 Jul 16
2
reload without shutting imap connections down
Hello, we have some problems with users who report connectionproblems to dovecot sometimes. According to the logs there are dovecot reloads at this times. Seems that a reload also causes dovecot to shut all imapconnections down: Jul 16 13:31:40 myhostname dovecot: master: Warning: SIGHUP received - reloading configuration Jul 16 13:31:40 myhostname dovecot: imap: Server shutting down.
2011 May 17
2
securing sshd with selinux
Hello List, dont have experience with selinux, but i want to know if it would be a practicable way to secure sshd with selinux. i have some webservers and want to grant ssh-access to some users. my plan ist to make new server where users are able to log in. the homes from webserver are mounted in by nfs etc. i dont like chroot-env for ssh, a lot of disadvantages... also i dont like if users
2011 Mar 03
5
auth on tcp socket?
Hello, >> is it possible to provide service auth on tcp-socket instead of >> unix-socket? >> I changed my conf and dovecot 2.0.5 is restarting but on telnet test it >> throws: >> dovecot: auth: Fatal: getsockname(12) failed: Socket operation on >> non-socket >> >> Want to separate smtp and imap to different servers but keep using >>
2019 Feb 15
2
index problems after update
Hello, Am 11.02.2019 um 09:12 schrieb Hajo Locke via dovecot: > Hello, > Am 08.02.2019 um 09:25 schrieb Hajo Locke via dovecot: >> Hello List, >> >> i have a problem with index-files which is separated in 2 >> subproblems. May be these problems are connected. >> Currently we use Ubuntu 18.04 LTS which is bundled with dovecot 2.2.33.2 >> These servers are
2019 Feb 21
3
index problems after update
> On 21 Feb 2019, at 12.23, Hajo Locke via dovecot <dovecot at dovecot.org> wrote: > I think mbox+procmail is a classic setup and wide used and good solution for many usecases. Same setup we use many years. > We run ~2 mio mailboxes. our automated systems depends on this setup. creating mailboxes, managing mailboxes, creating automated filterrules, backupsystem to tell something of
2015 Oct 28
2
sieve vacation - 2 questions
Hello, still trying to move from procmail to sieve, but there are new problems. Currently we use procmail for autoresponder and let user choose timerange, in which responder should work. May be you set up today your responder for 2 weeks in future where responder start and stop automatically without further manuell intervention. In procmail this is done by simple scripting and comparison of
2012 Nov 08
1
Dataframe,Matrix,Table
Hi for all............... I am having one Dataset. Mode of the dataset is dataframe. I need to add headerline,row and column line. How to do this...Help me to do this.... Thanks Kokila -- View this message in context: http://r.789695.n4.nabble.com/Dataframe-Matrix-Table-tp4648843.html Sent from the R help mailing list archive at Nabble.com.