summaryrefslogtreecommitdiffstats
path: root/pigeonhole/tests/execute/errors/action-duplicates.sieve
blob: 6d5370d7687e39f08ef5e38ff868ab9026103dc3 (plain)
1
2
3
4
require "reject";

reject "Message is not appreciated.";
reject "No, really, it is not appreciated.";