bouncesaying(1) General Commands Manual bouncesaying(1)NAME
bouncesaying - perhaps bounce each incoming message
SYNOPSIS
in .qmail: |bouncesaying error [ program [ arg ... ] ]
DESCRIPTION
bouncesaying feeds each new mail message to program with the given arguments. If program exits 0, bouncesaying prints error and bounces
the message.
If program exits 111, bouncesaying exits 111, so delivery will be retried later.
If program exits anything else (or does not exist), bouncesaying exits 0, so the rest of .qmail will be processed as usual.
Note that it is not safe for program to fork a child that reads the message in the background.
If program is not supplied, bouncesaying always bounces the message:
|bouncesaying 'This address no longer accepts mail.'
WARNING: If you create a .qmail file to enable bouncesaying, make sure to also add a line specifying delivery to your normal mailbox.
SEE ALSO condredirect(1), except(1), dot-qmail(5), qmail-command(8)bouncesaying(1)
Check Out this Related Man Page
bouncesaying(1) General Commands Manual bouncesaying(1)NAME
bouncesaying - perhaps bounce each incoming message
SYNOPSIS
in .qmail: |bouncesaying error [ program [ arg ... ] ]
DESCRIPTION
bouncesaying feeds each new mail message to program with the given arguments. If program exits 0, bouncesaying prints error and bounces
the message.
If program exits 111, bouncesaying exits 111, so delivery will be retried later.
If program exits anything else (or does not exist), bouncesaying exits 0, so the rest of .qmail will be processed as usual.
Note that it is not safe for program to fork a child that reads the message in the background.
If program is not supplied, bouncesaying always bounces the message:
|bouncesaying 'This address no longer accepts mail.'
WARNING: If you create a .qmail file to enable bouncesaying, make sure to also add a line specifying delivery to your normal mailbox.
SEE ALSO condredirect(1), except(1), dot-qmail(5), qmail-command(8)bouncesaying(1)
Hi
I have a input file in the format
ABC,111,2008Q2, 49K
ABC,111,2008Q3, 0K
ABC,111,2008Q4, 0K
ABC,222,2008Q2, 49K
ABC,222,2008Q3, 0K
ABC,222,2008Q4, 0K
XYZ,111,2008Q2, 49K
XYZ,111,2008Q3, 0K
XYZ,111,2008Q4, 0K
XYZ,222,2008Q2, 49K
XYZ,222,2008Q3, 0K
XYZ,222,2008Q4, 0K
The output file... (3 Replies)
I'm using the korn shell and trying to create a case statement from the contents of a file that is changed regularly,
each line of the file has three fields,
eg
track1 202.111.111.111 99
room7 222.111.222.333 76
I'm using awk to select each variable. I've been unable to figure out how to... (5 Replies)
Hi Everyone,
I have a txt file with 40k lines.
111 1.1.1.1
111 1.1.1.1
111 2.2.2.2
111 1.1.1.1
111 1.1.1.1
How would use perl to easy have IP list, the final result will be:
1.1.1.1,2.2.2.2,
I can only think using if to determine one by one through all 40k, this is working, but... (10 Replies)
hi
i am having text file like this
444 raju
666 ranga Clerk
999 rani officer
111 juhi
i want to get the out put as
444 raju NA
666 ranga Clerk
999 rani officer
111 juhi NA
pls help (5 Replies)
Hi All,
as the title says I need to extract N lines after match number X of a pattern.
e.g.
111
xxx
xxx
111
yyy
yyy
111
www
www
111
zzz
zzz
I would like to extract the two lines after the second 111 occurrence.
I tried with grep but I didn't find any options to do that.
Any... (11 Replies)
hi there. I have a dedicated server and 2 public IP eg. 111.111.111.111 222.222.222.222 for ss5, how can I control the output ip ? is it permit - 111.111.111.111 - 0.0.0.0/0 - - - - - and permit - 222.222.222.222 - 0.0.0.0/0 - -... (4 Replies)
how to merge two file, i have 2 input file; file_1 & file_2, so i want the output file_3 as below
file_1
NAME
aa
111
222
bb.txt
111
222
cc
111
111
dd
222
ee
111
222 (4 Replies)
I am looking to a solution to the following problem. I have a very large file that looks something like this:
Each group of three numbers on each line are three probabilities that sum to one.
I want to output the maximum for each group of three. So desired output would be:
or... (6 Replies)
I have a file with the following content. It has an ip address with some information
111.111.111.111 hostname
hostname
222.222.222.222 hostname1
hostname1
333.333.333.333 hostname3
444.444.444.444 hostname4
hostname4
555.555.555.555 hostname5
666.666.666.666 hostname6
... (4 Replies)
Hello All,
Could you please help with this.
This is what I have:
506234.222 2
506234.222 2
506234.222 2
506234.222 2
508212.200 2
508212.200 2
333456.111 2
333456.111 2
333456.111 2
333456.111 2
But this is what I want:
506234.222 1
506234.222 2
506234.222 2
506234.222 3 (5 Replies)
Basically , i want to delete strings of a particular pattern from the flat file which is " | " pipe delimited.
Below are the valid formats :
1) AAA (0) 111-111-111, AAA, BB
2) AAA (0) 111-111-1111;X, AAA, BB
original flat file example :
|ABC ABC XHAMK|AAA (0) 111-111-111, AAA,... (3 Replies)
Dears,
I've configured Solaris (10) server to send mails to corporate mailboxes.
Now I need to specify second relay, so if mailx will see that mail xxx@aaa.com it will send to 111.111.111.111 (aaa.com) and if it will see that mail belongs to bbb.com - xxx@bbb.com it will send to another IP... (3 Replies)
Hello,
I'm new to java programming and have been thrown into some code at work. I have a file to work with.
The file name used to be just filename.111, but was recently changed to 2013191filename.111. We have a java script that drops the word filename and just leave the ".111". Now I need to... (6 Replies)
Hi All
Please Help
Read input write multply output with creteria
Exemple i have file
abc 111 444
abc 111 444
def 111 444
def111 444
bbb 111 444
bbb 111 444
i would need write 3 files pos 1-3 is the Criteria
output would be file1 contains abc file2 def file3 bbb
... (3 Replies)