Skip to main content

Questions tagged [sieve]

The tag has no usage guidance.

0 votes
0 answers
27 views

Sieve vacation mail reply, copy to sent directory

I search how to make a copy of each mails send in reply by sieve vacation sieve script. My actual script sive require ["date","relational","vacation"]; # rule:[Avis d’...
Aukfood's user avatar
0 votes
0 answers
30 views

Horde/ingo filter with dovecot sieve not matching From

I have the following sieve script (generated by Horde's ingo program): if address :all :comparator "i;ascii-casemap" :contains "From" "Apotheke" { discard; stop; ...
divB's user avatar
  • 589
1 vote
1 answer
1k views

How to forward and change the origin of a message via Dovecot Sieve script

I want to forward an incoming mail to another recipient. However, the recipient is only accepting mails from my email address. Is it possible to forward a mail and change the sender via Sieve? The ...
cruftex's user avatar
  • 111
0 votes
0 answers
310 views

Is it possible to create a sieve rule to sort existing emails?

I have made a (very) simple sieve script to sort incoming emails, but I was wondering if it is possible to sort existing emails into folders using sieve? I'm very new to sieve and I couldn't find ...
telometto's user avatar
  • 279
2 votes
1 answer
668 views

Change mail subject with sieve based on content

I have a mailserver with dovecot and sieve enabled. My bank sends me a mail when an incoming/ougoing transaction is made. However, it's a general subject "Transaction occured", the actual ...
user3549596's user avatar
1 vote
0 answers
72 views

Replacing a long list of Sieve rules with a generic rule

I have a couple of Sieve rules like this: if header :contains "To" "[email protected]" { fileinto "shops/shop1" ; } [...] if header :contains "To" "...
new2f7's user avatar
  • 21
0 votes
1 answer
3k views

How do I create a sieve script in dovecot that sends a vacation autoreply from the userdb, like LDAP?

The sieve vacation described at https://www.rfc-editor.org/rfc/rfc5230 allows a vacation message to be defined and sent by dovecot. By default, the text of the vacation message is hardcoded in the ...
Graham Leggett's user avatar
0 votes
1 answer
712 views

Cyrus Sieve runtime error claiming Mailbox does not exist

I recently installed CentOS 8 after backing up my CentOS 7 system and seemed to have botched something when trying to get cyrus-imapd back up and running. Mail is delivered correctly but the sieve ...
Jim S.'s user avatar
  • 101
7 votes
1 answer
4k views

How to change a message's subject in a Sieve rule?

I am subscribed to a mailing list that does not identify itself in the subject of mails sent via the list. I would like to have list mail delivered to my main inbox, but still be able to identify them ...
n.st's user avatar
  • 1,958