Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlmmj-process(1) [suse man page]

mlmmj-process(1)					      General Commands Manual						  mlmmj-process(1)

NAME
mlmmj-process - process mail for an mlmmj managed mailinglist SYNOPSIS
mlmmj-process -L /path/to/list -m /path/to/mail [-h] [-P] [-V] -h: This help -L: Full path to list directory -m: Full path to mail file -P: Don't execute mlmmj-send (debugging only) -V: Print version DESCRIPTION
This is the binary which processes a mail. Examples of what such processing is: o Access control Using the access rules specified in <listdir>/control/access to perform access control to the list. This is done before headers are stripped, so one can create allow rules based on headers that are later stripped. o Header stripping Headers specified in <listdir>/control/delheaders are deleted from the mail. o Header addition Headers specified in <listdir>/control/customheaders are added to the mail. This could be headers like List-ID: or Reply-To: o List control In case there's a mail with a recipient delimiter it's not a regular list mail. Processing of these happens in mlmmj-recieve as well. Examples of such are subscription requests, mails to owner etc. It will base it's recipient delimiter detection on the Delivered-To: header if present. If not, the To: header is used. o Moderation If the list is moderated, it will happen in mlmmj-process. When processing is done, it will invoke the needed binary according to whatever mail it is. If it's a subscription request it will invoke mlmmj-sub, if it's a regular list mail it will invoke mlmmj-send. SEE ALSO
The file TUNABLES from the mlmmj source distribution or in the documentation directory of the operating system distribution. AUTHORS
This manual page was written by the following persons: Soren Boll Overgaard <boll@debian.org> (based on html2man output) Mads Martin Jorgensen <mmj@mmj.dk> mlmmj-process September 2004 mlmmj-process(1)

Check Out this Related Man Page

mlmmj-recieve(1)					      General Commands Manual						  mlmmj-recieve(1)

NAME
mlmmj-recieve - recieve mails for an mlmmj managed mailinglist SYNOPSIS
mlmmj-recieve -L /path/to/listdir [-h] [-V] [-P] [-F] -h: This help -F: Don't fork in the background (debugging only) -L: Full path to list directory -P: Don't execute mlmmj-process (debugging only) -V: Print version DESCRIPTION
The mlmmj-recieve binary is the one specified in the mailserver configuration file (aliases file), which writes the mail to the <list- dir>/incoming directory and invokes mlmmj-process unless the -P option is specified. On systems using mailservers supporting the /etc/aliases file, a line to activate an mlmmj managed mailinglist would look like this: list: "|/usr/bin/mlmmj-recieve -L /var/spool/mlmmj/list/" It's very important to specify the full path to the binary, or the mailinglist will not function. When the -F option is used, it will not fork in the background. The reason it forks is that if delivery of a mail takes longer time than the mail server will allow a command to be idle before presumed dead, the mail server would kill it. SEE ALSO
mlmmj-process(1) AUTHORS
This manual page was written by the following persons: Soren Boll Overgaard <boll@debian.org> (based on html2man output) Mads Martin Jorgensen <mmj@mmj.dk> mlmmj-recieve September 2004 mlmmj-recieve(1)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX mail

Hello, I would like to send about 4,000 html e-mails a week preferably with in a 2 day span of time, I know UNIX has a mail server but is this the type of request that UNIX is best suited for or is there something else that is better to fulfill this request? thank you in advance, Joey (4 Replies)
Discussion started by: jmunao
4 Replies

2. Shell Programming and Scripting

performance of mail

hi all Does anyone have any ideas on how to improve the performance of mail in AIX ? When I send a mail, I see a process as below active for a while before actually receiving the mail. root 311462 1 0 16:02:04 pts/1 0:00 send-mail -i -x abc@xyz.com Thanks (5 Replies)
Discussion started by: jhansrod
5 Replies

3. Shell Programming and Scripting

Processing inbound mail

Hi All Has anyone written any script that would listen for inbound mail and based on its subject process the body ? Thx J (3 Replies)
Discussion started by: jhansrod
3 Replies

4. Linux

send mail

hi all, anybody have an idea how can i send mail from my linux box to internal mail id. thanks (4 Replies)
Discussion started by: s_linux
4 Replies

5. UNIX for Dummies Questions & Answers

How to send file in mail

Hi I want to send out a file that generate 1st of each month that have formate like this 11012008_experience_rate_log.txt Now I have setup a cronjob that usually sent this file in mail like cat /data02/transfer/*_experience_rate_log.txt | mail -s 'PICS EXP RATE Logs' lger@bd.com So how... (3 Replies)
Discussion started by: vishalpatel03
3 Replies

6. UNIX for Dummies Questions & Answers

how to automate incoming mail processing

Hi All, I require to develop some script which will continuously be looking for mails from some specific mail addresses on AIX server. Once any such mail arrives, the process will look into the mail subject and mail body to search for some keywords like success or failure, filename etc.... (3 Replies)
Discussion started by: vivek8220
3 Replies

7. UNIX for Advanced & Expert Users

Reading a file and sending mail based on content of the file

Hi Gurus, I am having an requirement. i have to read a list file which contains file names and send mail to different users based on the files in the list file. eg. if file a.txt exists then send a mail to a@a.com simillary for b.txt,c.txt etc. Thanks for your help, Nimu (6 Replies)
Discussion started by: nimu1979
6 Replies

8. Shell Programming and Scripting

Not able to receive mail using mail command

Hi all, I have written a script which supposed send a mail. For testing I am just sending mails to my ID. script I have written to send mail is- #!/usr/bin/ksh MAIL_FILE="$HOME/MAIL_FILE" MAILOUT_LIST="milindb@example.com" mail -s "Subject" $MAILOUT_LIST < $MAIL_FILE if then echo... (6 Replies)
Discussion started by: milindb
6 Replies

9. UNIX for Dummies Questions & Answers

Not able to send mail.

I m not able to configure sntp server at my linux distribution. Here are the details. Defined the mail server here. /etc/mail/sendmail.mc dnl define(`SMART_HOST', `XXX.XX.XX.XXX')dnl ran this command. m4 /etc/mail/sendmail.mc /etc/mail/sendmail.cf restarted the sendmail service. ... (3 Replies)
Discussion started by: pinga123
3 Replies

10. Shell Programming and Scripting

send mail through Unix

Hi Can any one please help me how to send mail through unix. (3 Replies)
Discussion started by: parthmittal2007
3 Replies

11. UNIX for Dummies Questions & Answers

How to receive mails in unix .....

HI experts, By using mailx command i can send mails to any email id. and my DNS is like oper@xyz.com ..... but if someone replied to the mail sent earlier using mailx command. then how to recieve or view that mail ... Is dre any command to do the same ... Im working on some project and got... (7 Replies)
Discussion started by: ankitknit
7 Replies

12. Shell Programming and Scripting

If Less than a given value.To send mail.

If value Less than 60% .To send mail. log file is gen every 1 min. 2013-01-24 12:42 mrt_bkk 420 374(89.0%) 46(10.9%) 0.9 (20) 2013-01-24 12:43 mrt_bkk 361 323(89.4%) 38(10.5%) 0.7 (20) 2013-01-24 12:44 mrt_bkk 312 280(89.7%) 32(10.2%) 0.6 (20) 2013-01-24 12:45 mrt_bkk 375 343(91.4%)... (8 Replies)
Discussion started by: ooilinlove
8 Replies

13. Shell Programming and Scripting

Configure CC list in sendMail

Hi All, When I send a mail using sendMail command it sends a mail to the concerned with few people in cclist. Not sure where cc list is configured. I want to change that cc list configuration. Please help. Thanks and Regards Nagaraja Akkivalli. (5 Replies)
Discussion started by: Nagaraja Akkiva
5 Replies

14. Shell Programming and Scripting

awk command with if & mail

Hi Experts, I want to check in table that if third column value is "bhu" & if it is greater than 500 it will send mail other wise there will be no mail. but as per my script mails are still coming even value is below 500 with one blank mail(without any content) with subject line"test mail". I... (12 Replies)
Discussion started by: dravi_laxmi
12 Replies