summaryrefslogtreecommitdiff
path: root/sieve/examples/t-mailutils.sv
blob: 7d4f372bf6febc98885436c3dbc48827952f5714 (plain)
1
2
3
4
5
6
7
require "fileinto";

if header :contains ["to", "cc"] "bug-mailutils@gnu.org"
{
	fileinto "=l.mailutils";
}

Return to:

Send suggestions and report system problems to the System administrator.