pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
13 sec ago
Untitled
10 sec ago
Untitled
17 sec ago
Untitled
28 sec ago
Frameset 4
39 sec ago
Download Battlefield 3 ...
33 sec ago
Standard URL encode fun...
39 sec ago
Puss in Boots 2011 1080...
39 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 15th, 2010 | Syntax:
None
| Size: 0.22 KB | Hits: 90 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#!/bin/bash
cd /etc/postfix
wget http://no.spam.ee/header_checks
egrep -v 'coral|westgroup|creditreform' header_checks.1 > header_checks
cat mystuff >> header_checks
rm header_checks.1
# /etc/init.d/postfix reload
exit 0
create new paste
|
create new version of this paste
RAW Paste Data
#!/bin/bash cd /etc/postfix wget http://no.spam.ee/header_checks egrep -v 'coral|westgroup|creditreform' header_checks.1 > header_checks cat mystuff >> header_checks rm header_checks.1 # /etc/init.d/postfix reload exit 0