zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Mutt: bouncing messages

February 5, 2012 by Igor Drobot Leave a Comment


Situation: you need to bounce some messages from one user to another or to a mailing list.
Criteria: the sender should be real and without changes on the message

1
aptitude install mutt

aptitude install mutt

…if not installed.

Open your Maildir with mutt:

1
mutt -f /home/info/Maildir/

mutt -f /home/info/Maildir/

Tag messages with: t

Bounce tagged messages with: ;b
Now enter a address of recipient and accept the bounce process with yes

Filed Under: Linux, Mailing, Networking Tagged With: bounce messages, e-mail, mutt