aboutsummaryrefslogtreecommitdiff
path: root/examples/test.sh
blob: 6d60a803979329c6eebf9bec8b41229f17cdc57c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh


/sbin/sendmail -t -oi -r andrew@andrewyu.org <<EOF
To: Test List <test-list@andrewyu.org>
From: Andrew Yu <andrew@andrewyu.org>
Subject: Test Email
Message-ID: <$RANDOM@test>

This is a test email to test the functioning of the SMLMP Mailing List
management software and the archiving system used, if any.

From is the first word of this line. Yes, "From". SMLMP is expected not
to mangle this line.

Sometime we'll add more things to test in this test email.
EOF