Are there actions that default.sieve cannot take?
I tried adding
redirect :copy "backup+foo@local.example.com"
and… nothing.
No errors I can find, but also no mail being redirected.
I also tried
# there must be 'from' in the received headers if header :contains "received" "from" { redirect :copy "backup+foo@local.example.com" }
And
if header :index 1 :contains "received" "from" { redirect :copy "backup+foo@local.example.com" }
But still, no mail in .foo for the backup user (yes, dovecot is setup to autofile +address into mailboxes, and that works).
-- You couldn't say, 'I had orders.' You couldn't say, 'It's not fair.' No one was listening. There were no Words. You owned yourself. ... Not Thou Shalt Not. Say I Will Not. --Feet of Clay
On 21 Oct 2020, at 11:51, PGNet Dev pgnet.dev@gmail.com wrote:
On 10/21/20 10:29 AM, @lbutlr wrote:
Are there actions that default.sieve cannot take? I tried adding redirect :copy "backup+foo@local.example.com"
do you have an explicit
require ["copy"];
Nope. <thud>¹
All try again.
For the record, the first version with no conditions should work, right?
¹ Sound of head hitting desk
-- THEY ARE LAUGHING AT ME, NOT WITH ME Bart chalkboard Ep. 7G12
participants (2)
-
@lbutlr
-
PGNet Dev