search for: senv

Displaying 19 results from an estimated 19 matches for "senv".

Did you mean: send
2015 Aug 10
2
pigeonhole/lda accessing -m folder
..._environment_item version_env_item = { .value = PIGEONHOLE_VERSION, }; +/* "defaultfolder": + * the default folder where mail is stored when no rule matches + */ +static const char *envit_defaultfolder_get_value +(struct sieve_instance *svinst, + const struct sieve_script_env *senv) +{ + return senv->default_mailbox; +} - +const struct sieve_environment_item defaultfolder_env_item = { + .name = "defaultfolder", + .get_value = envit_defaultfolder_get_value, +}; diff --git a/src/lib-sieve/plugins/environment/ext-environment-commo...
2015 Aug 07
2
pigeonhole/lda accessing -m folder
hi jost thx for the reply, by access I mean to read the variable require ["fileinto", "variables", "?destfolder?" ]; if anyof ( destfolder :matches "*") { fileinto "${1}/subfolder"; }else{ fileinto "INBOX/subfolder"; } On 08/07/2015 12:26 PM, Jost Krieger wrote: > On Fri Aug 7 12:19:22 2015, matthias lay wrote:
2018 Jun 22
2
Can't build pigeonhole against dovecot 2.3.2rc1
Help? ntfy-mailto.c: In function ?ntfy_mailto_send?: ntfy-mailto.c:505:5: error: too few arguments to function ?smtp_address_create_from_msg_temp? sieve_get_postmaster(senv)); ^ In file included from ./../../../sieve-types.h:5:0, from ./../../../sieve-common.h:7, from ntfy-mailto.c:30: /usr/local/include/dovecot/smtp-address.h:101:5: note: declared here int smtp_address_create_from_msg_temp(const struct message_address *msg_...
2015 Aug 10
0
PATCH for Stephan: Re: pigeonhole/lda accessing -m folder
...; .value = PIGEONHOLE_VERSION, > }; > > +/* "defaultfolder": > + * the default folder where mail is stored when no rule matches > + */ > +static const char *envit_defaultfolder_get_value > +(struct sieve_instance *svinst, > + const struct sieve_script_env *senv) > +{ > + return senv->default_mailbox; > +} > > - > +const struct sieve_environment_item defaultfolder_env_item = { > + .name = "defaultfolder", > + .get_value = envit_defaultfolder_get_value, > +}; > > > diff --git...
2009 Feb 02
1
sieve 0.1.2 problem with address and :regex
...s.c:259 #5 0x080804b6 in sieve_interpreter_execute_operation (interp=0x8986190) at sieve-interpreter.c:437 #6 0x08080573 in sieve_interpreter_continue (interp=0x8986190, interrupted=0x0) at sieve-interpreter.c:464 #7 0x080806df in sieve_interpreter_start (interp=0x8986190, msgdata=0xbfccc6b0, senv=0xbfccc688, msgctx=0x0, result=0x8984180, estatus=0xbfccc6c4, interrupted=0x0) at sieve-interpreter.c:506 #8 0x08080789 in sieve_interpreter_run (interp=0x8986190, msgdata=0xbfccc6b0, senv=0xbfccc688, result=0xbfccc60c, estatus=0xbfccc6c4) at sieve-interpreter.c:528 #9 0x0806eb09 in si...
2012 Jul 30
4
sieve vacation messages trouble
FROM:mailman-bounces at dovecot.org DATE:27. hein?kuuta 2012 16.58.35 UTC+3.00 TO:dovecot-owner at dovecot.org SUBJECT:CONTENT FILTERED MESSAGE NOTIFICATION The attached message matched the dovecot mailing list's content filtering rules and was prevented from being forwarded on to the list membership. ?You are receiving the only remaining copy of the discarded message. FROM:Asier Cidon
2015 Aug 07
0
pigeonhole/lda accessing -m folder
...variable to the environment extension, which is quite easy. And the value of the folder is already there. so this is all: src/lib-sieve/plugins/environment/ext-environment-common.c static const char *envit_spfolder_get_value (struct sieve_instance *svinst, const struct sieve_script_env *senv) { return senv->default_mailbox; } const struct sieve_environment_item spfolder_env_item = { .name = "spfolder", .get_value = envit_spfolder_get_value, }; after that the variable can easily be used in a script like if anyof ( environment :matches "spfol...
2018 Jun 22
0
Can't build pigeonhole against dovecot 2.3.2rc1
...ranch master-0.5 Aki > On 22 June 2018 at 21:24 tai74 at vfemail.net wrote: > > > Help? > > ntfy-mailto.c: In function ?ntfy_mailto_send?: > ntfy-mailto.c:505:5: error: too few arguments to function > ?smtp_address_create_from_msg_temp? > sieve_get_postmaster(senv)); > ^ > In file included from ./../../../sieve-types.h:5:0, > from ./../../../sieve-common.h:7, > from ntfy-mailto.c:30: > /usr/local/include/dovecot/smtp-address.h:101:5: note: declared here > int smtp_address_create_from_msg_temp(cons...
2019 Mar 28
2
pigeonhole tests crashing in deleteheader.svtest
...erp=0x55f734856a68, interrupted=0x0) at sieve-interpreter.c:949 #8 0x00007f992543f5d1 in sieve_interpreter_run (interp=0x55f734856a68, result=<optimized out>) at sieve-interpreter.c:999 #9 0x000055f73308f670 in testsuite_run (msgdata=<optimized out>, ehandler=<optimized out>, senv=0x7ffd30eacfa0, sbin=<optimized out>) at testsuite.c:73 #10 main (argc=<optimized out>, argv=<optimized out>) at testsuite.c:203 (gdb) up #1 0x00007f992514fdd2 in smtp_address_clone (pool=0x7f992528dce0 <static_system_pool>, src=src at entry=0x7ffd30eace10) at smtp-addre...
2012 May 15
1
[PATCH] dovecot-lda with expire plugin segfaults if dict failed
...8, keep=0x7fff9490812f) at sieve-actions.c:665 #5 0x00007f197587d79b in sieve_result_execute (result=<value optimized out>, keep=<value optimized out>) at sieve-result.c:1156 #6 0x00007f197588dca6 in sieve_execute (sbin=<value optimized out>, msgdata=<value optimized out>, senv=<value optimized out>, ehandler=<value optimized out>, flags=<value optimized out>, keep=0x0) at sieve.c:475 #7 0x00007f1975ac9a43 in lda_sieve_singlescript_execute (mdctx=0x7fff949085a0, storage_r=<value optimized out>) at lda-sieve-plugin.c:433 #8 lda_sieve_run (mdct...
2016 Apr 25
3
Kernel panic in dovecot-ee-lmtp on Debian 8
Hi list I just realized that that I don not receive all mails in my mailbox (running dovecot-ee 2.2.23.1-1 on Debian 8). On my frontend servers (running postfix) the queue fills up with mails that cannot be delivered via lmtp to my backend servers. The error message on the frontend is "lost connection with backend while sending data" When I checked the logs on the backend server I found
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
Hi Stephan, Here it is: Program received signal SIGSEGV, Segmentation fault. p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d <error: Cannot access memory at address 0x6d65642e6c69616d>) at strfuncs.c:51 51????? strfuncs.c: No such file or directory. (gdb) bt full #0? p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d <error: Cannot access memory at
1999 Sep 29
3
guest access and printer serving
Hello! I have a Linux box that has a HP LaserJet 5L printer connected to it and Samba (2.0.3) providing a print service for Win95 clients connected to the LAN. How can I make Samba NOT ask for a password whatsoever when a Win95 client connects to the print service? I also have a printing related problem: when I print something from a Win95 client it comes out fine, but I always get an extra
2013 Jan 25
1
assert in mail-transaction-log-file.c
...>, aenv=0x8016a3070, tr_context=<value optimized out>) at sieve-actions.c:551 #21 0x0000000801b428de in sieve_result_execute (result=0x8016a3040, keep=0x0) at sieve-result.c:1117 #22 0x0000000801b52d5a in sieve_execute (sbin=<value optimized out>, msgdata=<value optimized out>, senv=<value optimized out>, ehandler=<value optimized out>, flags=<value optimized out>, keep=0x0) at sieve.c:508 #23 0x0000000801a0aec6 in lda_sieve_deliver_mail (mdctx=0x7fffffffe970, storage_r=0x7fffffffe8e8) at lda-sieve-plugin.c:424 #24 0x0000000800651735 in mail_deliver (ctx=...
2017 Dec 19
0
sieve_pipe_socket_dir not created at startup for configured pipe service
...s, appears to be used by the plugin to construct a path to find the ?script? (the socket in this case), and it is always relative to base_dir and must include the contents of sieve_pipe_socket_dir. /* Try socket first */ if ( ext_config->socket_dir != NULL ) { path = t_strconcat(senv->user->set->base_dir, "/", ext_config->socket_dir, "/", program_name, NULL); But nowhere in dovecot can I find a place where this subdir would be created at startup. The only subdirs that I can find created are all explicitly hardcoded in master-setting...
2015 Jan 17
2
Changeset c02f29ca104d badly breaks LMTP/mdbox
...tatus = <optimized out> result_status = <optimized out> first_action = 0x1422088 last_action = 0x0 implicit_keep = true ret = <optimized out> #16 0x00007f0ca17b5e45 in sieve_execute (sbin=<optimized out>, msgdata=<optimized out>, senv=<optimized out>, ehandler=ehandler at entry=0x140cba0, flags=flags at entry=SIEVE_RUNTIME_FLAG_NOGLOBAL, keep=keep at entry=0x0) at sieve.c:560 result = 0x1421d30 ret = 1 #17 0x00007f0ca1a113f5 in lda_sieve_singlescript_execute (srctx=0x7fffdfaff170) at lda-sieve-plugin.c:491...
2017 Dec 18
3
sieve_pipe_socket_dir not created at startup for configured pipe service
Hi, all I?m new to the list but not to dovecot. I?ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I?m trying to set up pigeonhole to implement spam retraining with imapsieve. All of this is with dovecot 2.2.31 (65cde28) and pigeonhole 0.4.19. Before going any further let me
2016 Apr 29
2
Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)
...EXECUTE_FLAG_NOGLOBAL) at sieve-result.c:1370 status = 1 result_status = -1905954768 first_action = 0x7fa88e65e020 last_action = 0x0 implicit_keep = true ret = 32680 #24 0x00007fa88b2c0597 in sieve_execute (sbin=0x7fa88e657030, msgdata=0x7ffdac80a9a0, senv=0x7ffdac80a9d0, exec_ehandler=0x7fa88e64b500, action_ehandler=0x7fa88e65b040, flags=SIEVE_EXECUTE_FLAG_NOGLOBAL, keep=0x0) at sieve.c:565 result = 0x7fa88e65dec0 ret = 1 #25 0x00007fa88b53f2d8 in lda_sieve_singlescript_execute (srctx=0x7ffdac80aac0) at lda-sieve-plugin.c:449...
1999 Sep 29
3
AIX 4.32 install (PLEASE HELP)
I've been having problems installing Samba on AIX 4.32. I have spent well over two weeks on the issue and have not had any major success. I can get samba 1.9 series of source code and binaries to work fine but the new Samba 2.0 series code is causing me problems. I have the following system and problem. I have a H50 with 2 NICs; one is ether and the other is token. I can't seem to browse