#!/bin/sh # # ssh://git.mdcc.cx/git/ad1810-stuff.git /scripts # # based upon # git/ad1810-private/systems/yosida/debian/usr/local/bin/perl_mailer # based upon # $Source: /data/vc/cvs/yosida/debian/usr/local/bin/perl_mailer,v $ # see also joostvb@nagy:bin/perl_mailer # # perl_mailer - script to use as sendmail-wrapper for scripts using Mail::Mailer, like caff(1) # # usage: # # PERL_MAILERS=sendmail:bin/perl_mailer /path/to/perl/script # #exec /usr/sbin/sendmail -f joostvb@mdcc.cx $@ # gmail opinion on @mdcc.cx as of чет, 21. сеп 2023. 15:49:01 CEST : # Our system has detected that # 550-5.7.1 this message is likely suspicious due to the very low reputation of # 550-5.7.1 the sending domain. To best protect our users from spam, the message # 550-5.7.1 has been blocked. exec /usr/sbin/sendmail -f joostvb+caff@uvt.nl $@