Displaying 3 results from an estimated 3 matches for "fileto".
Did you mean:
fileno
2011 Nov 29
1
Read TXT file with variable separation
Hi!
I have to import some TXT files into R, but the separation between the
columns are made with different blank spaces, but each file use the
same separation. Example:
31 104 5 0 11RUA SAO
SEBASTIAO 25
BAIRRO FILETO
01
00200338540000
The pattern is the same on each file.
There is two sample files attached to this message.
I would like to figure out how to import a single file, and the use
some code to impor...
2013 Feb 10
2
dovecot, postfix and sieve - broken by Ubuntu upgrade 10.10 -> 12.04
Hi!
In upgrading from Ubuntu 10.10 to 12.04, my mail setup (dovecot using sieve and
postfix) broke pretty badly. Have gotten teh imap server working, but local
delivery doesn't work. - sieve gets called, but all "fileto" actions result in
"failed to store into mailbox 'zzz': Mailbox doesn't exist: zzz
Dovecot version is 2.0.19, configuration is:
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-37-generic i686 Ubuntu 12.04.2 LTS ext4
auth_mechanisms = plain login
base_dir = /var/run/dov...
2009 Jan 21
1
Sieve regex match problem
...]*)(-bounces)?@antlr.org"] {
fileinto "${0} :: 1:${1} 2:${2} 3:${3} 4:${4} 5:${5} 6:${6} 7:${7}";
}
The email contains:
Sender: antlr-interest-bounces at antlr.org
I'm trying to form a folder from the first two parts of the sender. In the real script,
that will do a "fileto antlr.interest;"
Running sieve-test, I get:
* store message in folder: antlr-interest-bounces at antlr.org :: 1: 2:antlr 3: 4:interest
5: 6:-bounces 7:
I don't understand why parts 3 and 5 are empty. From the regex grouping, I expected
Part 2 "antlr"
Part 3 "interest&...