Skip to content
Snippets Groups Projects
Commit 77844c3f authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Fixed tmp file name for raw storage used for sieve tools.

parent 8a946c8a
No related branches found
No related tags found
No related merge requests found
/* Copyright (c) 2002-2009 Dovecot Sieve authors, see the included COPYING file /* Copyright (c) 2002-2009 Dovecot Sieve authors, see the included COPYING file
*/ */
/* This file was gratefully stolen from dovecot/src/deliver/deliver.c and /* FIXME: This file was gratefully stolen from dovecot/src/deliver/deliver.c and
* altered to suit our needs. So, this contains lots and lots of duplicated * altered to suit our needs. So, this contains lots and lots of duplicated
* code. * code.
*/ */
...@@ -100,7 +100,7 @@ static struct istream *create_raw_stream ...@@ -100,7 +100,7 @@ static struct istream *create_raw_stream
input_list[0] = input2; input_list[1] = NULL; input_list[0] = input2; input_list[1] = NULL;
input = i_stream_create_seekable(input_list, MAIL_MAX_MEMORY_BUFFER, input = i_stream_create_seekable(input_list, MAIL_MAX_MEMORY_BUFFER,
"/tmp/dovecot.deliver."); "/tmp/dovecot.sieve-tool.");
i_stream_unref(&input2); i_stream_unref(&input2);
return input; return input;
} }
...@@ -130,6 +130,7 @@ void mail_raw_deinit(void) ...@@ -130,6 +130,7 @@ void mail_raw_deinit(void)
mail_user_unref(&raw_mail_user); mail_user_unref(&raw_mail_user);
} }
/* /*
* Open raw mail data * Open raw mail data
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.