Comment 3 for bug 548

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: don't send mails about changes to the people doing the change

I use the following sieve rule to work around this bug:

# My own comments in Launchpad bugs
if allof(
        header :contains "Reply-To" "@bugs.launchpad.net>",
        header :contains "From" "<mdz@"
 ) {
        discard;
}