Policy Script 4: Deliver External Messages to Anti-Spam Opt-Outs

# attr NAME=Deliver mail to anti-spam opt-outs
if true {
    pmx_deliver_for :memberof "anti-spam-optouts";
}