X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;h=90069c87161179ee082ee4aab8f6b9862beee260;hp=a3a21a829d8a95fd68c1f6ef5cfd146625449578;hb=af589fbc5d5694eb2c9b36f77be3735162a5fb41;hpb=00994f78b1ff7fcd9481a3fd1559f1a77157adbb diff --git a/ud-mailgate b/ud-mailgate index a3a21a8..90069c8 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -786,7 +786,7 @@ except: try: ErrReply = TemplateSubst(Subst,open(TemplatesDir+"error-reply","r").read()); - Child = os.popen("/usr/sbin/sendmail -t","w"); + Child = os.popen("/usr/sbin/sendmail -t -oi -f ''","w"); Child.write(ErrReplyHead); Child.write(ErrReply); if Child.close() != None: