[Dovecot] sieve script tracing

Maciej Uhlig maciej.uhlig at us.edu.pl
Sun Jun 5 23:48:16 EEST 2011


W dniu 2011-06-05 11:37, Stephan Bosch pisze:
> What is your application?

Actually it's something like this:

 >>>

if anyof (
# example #1
     allof (
...
         anyof (
...
         )
     ),
# example #2
     allof (
...
         anyof (
...
         )
     ),
# example #3
     allof (
...
         anyof (
...
         )
     ),
# example #4
     allof (
...
     ),
# example #4a
     allof (
...
     ),

# example #5
     allof (
...
     ),
# example #6
     allof (
...
     ),
# example #7
     allof (
...
     )
)
{
discard;
}

 >>>

I'd like to know which condition was the actual reason of e-mail 
discarding. I thought about log message.

Regards,

MU



More information about the dovecot mailing list