Sponsored Content
Full Discussion: I need delete old mailbox
Top Forums Shell Programming and Scripting I need delete old mailbox Post 302394513 by jcordova on Thursday 11th of February 2010 04:15:02 PM
Old 02-11-2010
HI there, can you help me with the command, We used a program called expire_mail, I found this program in the web, but is not very good because the output file is with ^M @ and other simbols and We need used differents command to delete this simbols, for that I need look another form to delete this. This is the line I used:

Code:
expire_mail -v -z -a 45 /var/spool/mail/* |egrep expired |sed 's/Msg #//g'| sed 's/newer//g'| \
  sed 's/[0-9]:// g'|sed -e 's/^[ \t]*//' | sed 's/^M//g' |awk '{print $1,$5,$6,$7}'

-v to seed detail information
-z to not delete the mailbos file
-a the days to delete

Last edited by Scott; 02-12-2010 at 04:58 AM.. Reason: Please use code tags
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mailbox file format

Does anyone know where can I find information about UNIX mailbox files' organization? I am willing to develop a file-mailbox-compliant mail agent, but for doing so I need that information. (1 Reply)
Discussion started by: exile
1 Replies

2. UNIX for Dummies Questions & Answers

Delete Mailbox

Hi!! Where can i delete or find the *.mbox files in unix??? Please help me!! (3 Replies)
Discussion started by: Juergen1234
3 Replies

3. UNIX for Dummies Questions & Answers

Mailbox Nightmares!

I would like to migrate my current system's mailboxes to mail folders and i'm currently running exim! Anyone help with a new mail server and the migration to the one? (1 Reply)
Discussion started by: enzophite
1 Replies

4. Linux

root mailbox problem

Hi, I have a linux box which works as an smtp server. Past few months I am facing a problem, all the mails which my local lan users send to the outside world, all such mail gets bounced to root's mailbox. Also I have found that the mails which get bounced to the root's mailbox are mostly... (3 Replies)
Discussion started by: RajaRC
3 Replies

5. UNIX for Dummies Questions & Answers

Tell UW-Imap to read /var/mail/mailbox ??

Hi, I've got UW-IMAP installed on Gentoo. I'm using EXIM as the transfer agent. EXIM is working fine (I think)... all incoming mail - external and internal goes to /var/mail/username file. I can verifiy this by reading this file directly with nano. Also, IMAPd is running. It lets me login... (2 Replies)
Discussion started by: d11wtq
2 Replies

6. Shell Programming and Scripting

Extract all attachments from unix mailbox file

Hi guys, I wondering if someone already wrote a script for this, it looks easy for the first shot but I would say it's a bit advanced. I want to extract all my email attachments from /var/mail/username (Unix mail format) + from my local mails (Maildir format) to a directory with the original... (4 Replies)
Discussion started by: raynor
4 Replies

7. Solaris

How can I edit the mailbox manually

I use gmail to POP my account because of the spamfilter. From time to time I receive an error message "Connection timed out: There may be a problem with the settings you added. Ple..." after this I am no longer able to retrieve my mails because of the blocked session: "... (1 Reply)
Discussion started by: rolandk
1 Replies

8. HP-UX

email mailbox output -

this was handy for me. stout goes to mail here. #mailbox pgm=mailbox USER1=`eval whoami` ... (2 Replies)
Discussion started by: Bill L.
2 Replies

9. UNIX for Advanced & Expert Users

Mailbox server performance issue

Hi. my company's mailbox server has severe performance issue on the days while full backup is running. There is huge I/O in another "mail replication process" for standby servers ( which runs all the time, every 15 mins. ). specs of servers :- RHEL5.5 , kernel -2.6.18-53.1.6.el5 , 8 core... (6 Replies)
Discussion started by: gauravsharma29
6 Replies

10. UNIX for Dummies Questions & Answers

Can't POP the mails off the server, the mailbox is corrupt!

First, please forgive me for my 2nd attempt to post in a Forum! And btw, the Code Tags tutorial has the fonts and the sizes, but when I am editing my post none of those fonts and sizes are not there! SCO OpenServer(TM) Release 5 (worf.xxx.com) Worf is our proxy & POP Server, and it... (7 Replies)
Discussion started by: Nancy L
7 Replies
pop3browser(1)															    pop3browser(1)

NAME
pop3browser -- small perl script to access POP3 mail accounts DESCRIPTION
pop3browser is a perl script that uses libnet-perl to give access to POP3 mail accounts without fetching the messages. pop3browser can be used to delete unwanted mails (SPAM), especially when they come with large attachments, before downloading them over low-bandwidth connections. The --limit option of fetchmail is very useful to filter such large mails which can then be inspected with pop3browser. The program supports normal POP3 authentication and APOP. USAGE
pop3browser welcomes you with a short copyright note and a command line prompt. The settings for a mailbox (host, password etc.) have to be specified in a configuration file (similar to fetchmail). pop3browser understands the following commands: hosts list available hosts specified in .pop3browserrc login n log into host no. n, use 'hosts' to get a list of available hosts o(pen) n same as login apop n same as login but uses APOP c(lose) delete messages marked for deletion and close current connection list list sizes and message numbers of the mails on the account s(how) n show header and some body lines of mail number n m(ailbox) list message number, size, sender and subject for each mail d(elete) n delete mail number n undel(ete) n undelete mail number n k(ill) expr delete mails matching expr in header u(nkill) expr undelete mails matching expr in header q(uit) delete messages marked for deletion and quit program exit same as quit help print a command summary CONFIG FILE
The definitions for a mailbox are specified in ~/.pop3browserrc. One line per mailbox. Lines starting with # are ignored. Each definition must be in the following form:.br hostname <tab or space> userid <tab or space> password <tab or space> protocol (optional) For example: #definition for bar@pop.foo.com #pop-server UID passwd protocol pop.foo.com bar s3cr3t apop #end of definition Recognised options for the protocol are pop3 and apop. If no protocol is specified the command login/open assumes pop3. The command apop ignores the protocol option. To override the default header-filter of the show command you can specify a custom set of keywords in ~/.pop3browserrc. Lines starting with "@headpattern" or "@bodylines" are parsed by pop3browser. Settings for the header-filter must be in the following form: @headpattern <tab or space> = <tab or space> "<keyword1>","<keyword2>",.... The filter keywords are matched against the start of a header line. Settings for the number of body lines to show, have to be in the following form: @bodylines <tab or space> = <tab or space> <Number> Example: @headpatterns = "From:","To:","Subject:","Date:","CC" @bodylines = 10 The file ~/.pop3browserrc must only be readable for the owning user. pop3browser corrects other file modes automatically. SEE ALSO
fetchmail(1) AUTHOR
Christoph Baumann <cgb@debian.org> THANKS
Jorrit 'J"o' Fahlke, for his overhaul of the config file parser Takeshi Hamasaki, for the headpattern patch Debian/GNU Linux Nov. 2003 pop3browser(1)
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy