java.lang.Object
com.aoindustries.aoserv.daemon.util.BuilderThread
com.aoindustries.aoserv.daemon.email.ProcmailManager
All Implemented Interfaces:
TableListener, PackageManager.PackageListener

public final class ProcmailManager extends BuilderThread
Builds the .procmailrc configurations.
Author:
AO Industries, Inc.
  • Field Details

    • EMAIL_ATTACHMENT_TYPES_ENABLED

      public static final boolean EMAIL_ATTACHMENT_TYPES_ENABLED
      Disable email attachment type blocks here. This should be moved to jilter, assuming we can make a faster implementation in Java.
      See Also:
    • PROCMAILRC

      public static final String PROCMAILRC
      The file that stores the procmail configuration.
      See Also:
    • OLD_AUTO_PROCMAILRC

      public static final String OLD_AUTO_PROCMAILRC
      The old first 6 lines of an auto-generated procmailrc file.
      See Also:
    • AUTO_PROCMAILRC

      public static final String AUTO_PROCMAILRC
      The first 6 lines of an auto-generated procmailrc file.
      See Also:
  • Method Details