diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 12 | ||||
-rw-r--r-- | src/mime.c | 2 |
2 files changed, 1 insertions, 13 deletions
@@ -984,18 +984,6 @@ main(argc, argv, envp) usrerr("Permission denied"); finis(FALSE, EX_USAGE); } - if (OpMode == MD_INITALIAS && - RealUid != 0 && - RealUid != TrustedUid && - !wordinclass(RealUserName, 't')) - { - if (LogLevel > 1) - sm_syslog(LOG_ALERT, NOQID, - "user %d attempted to rebuild the alias map", - RealUid); - usrerr("Permission denied"); - finis(FALSE, EX_USAGE); - } if (MeToo) BlankEnvelope.e_flags |= EF_METOO; @@ -443,7 +443,7 @@ mime8to7(mci, header, e, boundaries, flags) { /* no encoding necessary */ if (cte != NULL && - bitset(MCIF_INMIME, mci->mci_flags) && + bitset(MCIF_INMIME, mci->mci_flags) && !bitset(M87F_NO8TO7, flags)) { /* |