I am trying to set up two different environments (development and test) on a single machine where I am using fetchmail/procmail. How would I specify a procmail script other than .procmailrc?
How do I specify another procmail script other than .procmailrc?
221 Views Asked by GregH At
1
There are 1 best solutions below
Related Questions in PROCMAIL
- How to forward spam to SpamCop.net with procmail
- How to prevent procmail from crashing the platform and make it run one process at a time?
- Procmail rule to change subject and forward a copy
- How to set variable in procmail as To email address
- Procmail filtering by Date: field
- procmail - using {} won't deliver to mbox
- How to correctly get body of email into scalar variable with procmail
- Using Procmail/Formail/Regex correct an error in email headers
- procmail: getting procmail to exclude hostname while saving Maildir format messages
- How do I categorise non-english email using procmail and command line tools?
- How can I log URLs that come in my incoming mailspool?
- Any way to filter email dynamically by taking 'from' and matching it with database ? (Using procmail or Virtualmin or Webmin)
- Procmail recipe to match Spamassassin X-Spam-Status score or X-Spam-Level
- Procmail/munpack: Extracting headers similar to text and attachments?
- procmail create a new folder if not exist with name of recipient address
Related Questions in FETCHMAIL
- fetchmail /bin/sh: 0: Can't open date
- fetchmail warns about imap.gmail.com server certificate
- Using fetchmail for one time email extraction from gmail
- Procmail/munpack: Extracting headers similar to text and attachments?
- How to split single mail with procmail?
- How to delete IMAP mail with fetchmail / procmail
- Need to fetch email from mail server immediately
- Python - fetchmail to execute command based on email subject
- Fetchmail and Server certificate verification error: unable to get local issuer certificate
- Delay in pop download of mails using fetchmail
- Can fetchmail write to file?
- fetchmail: benefits of having ssl certificate and fingerprint checking
- How do Apple Mail and Thunderbird apps fetch emails in real time?
- Download mail using IMAP with fetchmail
- Fetchmail: Is it possible to retrieve remote folders and put these into specific local folders?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can optionally specify an alternate
rcfileon the command line (or even multiple files).See the ARGUMENTS section of the manual page for precise details.
With the
-moption, thercfileargument is mandatory. It might be a good idea to use in your scenario, as it disables some defaults which make more sense when running as your default LDA.