Displaying 18 results from an estimated 18 matches for "svtest".
Did you mean:
dvtest
2019 Mar 28
2
pigeonhole tests crashing in deleteheader.svtest
Hi,
when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
Test case: ./tests/extensions/editheader/deleteheader.svtest:
1: Test 'Deleteheader - nonexistent' SUCCEEDED
2: Test 'Deleteheader - nonexistent (match)' SUCCEEDED
3: Test 'Deleteheader - one' SUCCEEDED
4: Test 'Deleteheader - two (first)' SUCCEEDED
5: Test 'Deleteheader - two (last)' SUCCEEDED
6: Test ...
2014 May 09
3
v2.2.13.rc1 vs. Pigeonhole
Server: Ubuntu 10.04 LTS 32bit
There seems to be an incompatibility when compiling Pigeonhole against
Dovecot v2.2.13.rc1.
# make check
with Pigeonhole throws up the following error message:
<snip>
Test case: ./tests/extensions/editheader/addheader.svtest:
1: Test 'Addheader - first' SUCCEEDED
2: Test 'Addheader - last' SUCCEEDED
3: Test 'Addheader - framed' SUCCEEDED
4: Test 'Addheader - folded' SUCCEEDED
5: Test 'Addheader - newlines' FAILED: wrong first header content in
redirected mail
6: Test '...
2019 Mar 28
0
pigeonhole tests crashing in deleteheader.svtest
> On 28 March 2019 19:40 Michal Hlavinka via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi,
>
> when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
>
Which version of pigeonhole are you using?
Aki
2019 Mar 29
2
pigeonhole tests crashing in deleteheader.svtest
On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>
>> On 28 March 2019 19:40 Michal Hlavinka via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> Hi,
>>
>> when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
>>
>
> Which version of pigeonhole are you using?
latest available - 0.5.5
2019 Apr 11
0
pigeonhole tests crashing in deleteheader.svtest
On 29/03/2019 10:23, Michal Hlavinka via dovecot wrote:
> On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>>
>>> On 28 March 2019 19:40 Michal Hlavinka via dovecot
>>> <dovecot at dovecot.org> wrote:
>>>
>>> ? Hi,
>>>
>>> when trying to build dovecot 2.3.5.1 pigeonhole testsuite crashes in
>>>
>>
>> Which
2019 Apr 18
1
pigeonhole tests crashing in deleteheader.svtest
On 4/12/19 12:48 AM, Stephan Bosch wrote:
>
>
> On 29/03/2019 10:23, Michal Hlavinka via dovecot wrote:
>> On 3/28/19 6:41 PM, Aki Tuomi via dovecot wrote:
>>>
>>>> On 28 March 2019 19:40 Michal Hlavinka via dovecot
>>>> <dovecot at dovecot.org> wrote:
>>>>
>>>> ? Hi,
>>>>
>>>> when trying to
2013 Nov 20
3
Pigeonhole make check fails with Dovecot 2.2.8
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is it just here?
When compiling dovecot-2.2-pigeonhole-0.4.2 at the stage "make check"
Pigeonhole is throwing the following message and stops:
Test case: ./tests/test-header.svtest:
1: Test 'Basic functionality' SUCCEEDED
2: Test 'Matching empty key' SUCCEEDED
3: Test 'Ignoring whitespace' FAILED: header test does not strip
leading whitespace
4: Test 'Absent or empty header' SUCCEEDED
5: Test 'Invalid header name' SUCCEEDED
6: Te...
2012 Jul 12
1
managesieve segfault with gold linker
...192.168.122.64,
mpid=12169, session=<YGo2AqfEcwDAqHoB>
2012-07-12T19:31:34.636747+00:00 bob dovecot: managesieve(username):
Fatal: master: service(managesieve): child 12169 killed with signal 11
(core dumped)
make check also fails (thank you for that):
[...]
Test case: ./tests/execute/errors.svtest:
1: Test 'Action conflicts: reject <-> fileinto' SUCCEEDED
2: Test 'Action conflicts: reject <-> keep' SUCCEEDED
3: Test 'Action conflicts: reject <-> redirect' SUCCEEDED
4: Test 'Action limit' SUCCEEDED
5: Test 'Redirect limit' SUCCEE...
2010 May 15
2
sieve spamtest extension
Hello Stephan,
First of all, thanks for time you spent implementing this useful extension.
I have found some ugly behavior with such config:
sieve_extensions = +notify +spamtest
sieve_spamtest_status_type = score
sieve_spamtest_status_header = X-Spam-Scan-Score: (-?[[:digit:]]+\.[[:digit:]])
sieve_spamtest_max_value = 10
Sieve:
require
2015 Sep 02
3
sieve filtering utf 8 strings
Guys,
I'm completely stuck, so asking for advice.
My user has a sieve script which checks message header if it contains
words in russian like '???? ???????????? ?????????'.
Pritty simple script
# rule:[??????????]
if allof (header :contains "subject" "LDS (robot): ???? ????????????
?????????", header :contains "from" "noreply at
2013 Apr 06
1
Released Pigeonhole v0.3.4 for Dovecot v2.1.16
Hello Dovecot users,
Much time passed since I last released a new Pigeonhole, so quite a few
unreleased fixes were pending until now.
Development of new features is shifted to the upcoming Pigeonhole v0.4
for Dovecot v2.2. I intend to release v0.4.0 shortly after Dovecot v2.2.0.
Changelog v0.3.4:
* Changed error handling to be less of a nuisance for administrators.
Strictly
2013 Apr 06
1
Released Pigeonhole v0.3.4 for Dovecot v2.1.16
Hello Dovecot users,
Much time passed since I last released a new Pigeonhole, so quite a few
unreleased fixes were pending until now.
Development of new features is shifted to the upcoming Pigeonhole v0.4
for Dovecot v2.2. I intend to release v0.4.0 shortly after Dovecot v2.2.0.
Changelog v0.3.4:
* Changed error handling to be less of a nuisance for administrators.
Strictly
2015 Sep 03
0
sieve filtering utf 8 strings
...quot;LDS (robot): ???? ????????????
?????????",
header :contains "from" "noreply at bgoperator.com")
{
test_fail "Failed";
}
}
</SCRIPT>
I executed it from the source directory:
$ src/testsuite/testsuite -Tlevel=matching -t - ~/frop.svtest
<OUTPUT>
Test case: /home/stephan/frop.svtest:
## Started executing script 'frop.svtest'
3: testsuite: test_set command
3: set test parameter 'message' = "Subject:
=?UTF-8?Q?LDS_(robot):_=D0=9B=D0=B8=D1=81=D1=82?=
=?UTF-8?Q?_=D0=B1=D1=80=D0=BE=D0=BD=D0=B...
2020 May 22
1
Sieve test string and case sensitivity
...he string test. But
Sieve says that the default comparator should be "i;ascii-casemap"[3].
Did I miss some other part of the standard? Can you point me in the
right direction?
Thank you,
Kim Minh.
[1]: https://github.com/dovecot/pigeonhole/blob/master/tests/extensions/variables/basic.svtest#L102
[2]: https://github.com/dovecot/pigeonhole/blob/master/src/lib-sieve/plugins/variables/tst-string.c#L92
[3]: https://tools.ietf.org/html/rfc5228#section-2.7.3
2010 Aug 07
2
piegonhole seg fault with NULL user
..., userdb_fields = 0x0}
username = <value optimized out>
errstr = 0x4013d4cc "\205\300u%\203\304\020[^]\303\307D$\004"
#6 0x08054f5b in main (argc=2, argv=0x85ff1c0) at testsuite.c:147
svinst = 0x4001da98
scriptfile = 0x85f7058 "./tests/testsuite.svtest"
dumpfile = 0x0
tracefile = 0x0
tr_config = {level = SIEVE_TRLVL_ACTIONS, flags = 0}
sbin = <value optimized out>
sieve_dir = <value optimized out>
log_stdout = false
ret = <value optimized out>
c = <value opt...
2014 Oct 25
3
v2.2.15 released
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz.sig
Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now.
* Plugins can now print
2014 Oct 25
3
v2.2.15 released
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz.sig
Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now.
* Plugins can now print
2010 Apr 21
1
Server-Profile only applied when domain user gets Admin privileges on WinXP
...tadmin, root, administrator
username map = /etc/samba/smbusers
map to guest = Bad User
# include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon drive = Z:
security = user
encrypt passwords = yes
netbios name = svtest
smb passwd file = /etc/samba/smbpasswd
smb ports = 139
passdb backend = smbpasswd
passwd program = /usr/bin/passwd %u
passwd chat = "New password:" %n "Re-enter new password:" %n
"*Password changed*"
passwd chat deb...