File perl-Mail-Sendmail-Mailsend.patch of Package perl-Mail-Sendmail
Index: test.pl
===================================================================
--- test.pl.orig
+++ test.pl
@@ -7,14 +7,14 @@
# if you change your mail server, you may need to change the From:
# address below.
-$mail{From} = 'Sendmail Test <sendmail@alma.ch>';
+$mail{From} = 'Sendmail Test <root@localhost>';
-$mail{To} = 'Sendmail Test <sendmail@alma.ch>';
+$mail{To} = 'Sendmail Test <root@localhost>';
#$mail{To} = 'Sendmail Test <sendmail@alma.ch>, You me@myaddress';
# if you want to get a copy of the test mail, you need to specify your
# own server here, by name or IP address
-$server = 'mail.alma.ch';
+$server = 'localhost';
#$server = 'my.usual.mail.server';
BEGIN { $| = 1; print "1..2\n"; }