X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc2;h=20780faa046aa30d3d11bf50ac1eaa33796f0e93;hp=fd7fcafb6670fec4f7516d6356ca4e30ffad7774;hb=7e4f3d0a6130b69b7f76a3ff13e510ffbeb1484b;hpb=6f1f8a104c9b38936ade2d27e835479523985133 diff --git a/brc2 b/brc2 index fd7fcaf..20780fa 100644 --- a/brc2 +++ b/brc2 @@ -920,11 +920,16 @@ testexim() { # note, for exim daemon, you can turn on debug options by # adding -d, etc to COMMONOPTIONS in # /etc/default/exim4 - # exim -d -t <<'EOF' - exim -i 'test@zroe.org, t2@zroe.org' <<'EOF' -From: ian@iankelling.org -To: test@zroe.org, t2@zroe.org -Subject: Testing Exim + # + # to specify recipients other than those in to, cc, bcc, you can use the cli args, eg: + # exim -i 'test@zroe.org, t2@zroe.org' <<'EOF' + # + # + exim -d -t <<'EOF' +From: i@dmarctest.b8.nz +To: mailman@dev.fsf.org +Subject: test2 +Reply-to: rtest@iankelling.org This is a test message. EOF