Skip to content

Commit

Permalink
Fixed CC fuck up
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.hexten.net/andy/home@3589 7993f63a-630d-0410-9861-a193ae2ae3d1
  • Loading branch information
AndyA committed Apr 22, 2008
1 parent e19f0b2 commit 1db9326
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions .mailfilter
Expand Up @@ -58,6 +58,7 @@ sub forward {
my $fwd = clone_simple( $mail->simple );
$fwd->header_set( 'X-Original-To', $fwd->header( 'To' ) );
$fwd->header_set( 'To', $to );
$fwd->header_set( 'Cc' );

my $sender = Email::Send->new( { mailer => 'SMTP' } );
$sender->mailer_args( [ Host => 'post.hexten.net' ] );
Expand All @@ -72,43 +73,3 @@ sub archive {
: 'hexten@gmail.com';
forward( $mail, $archive_to );
}

__END__
:0fw
* < 256000
| spamc
:0:
* ^X-Spam-Flag: YES
$HOME/spam
:0c
{
:0
* ^Mailing-List:
! hextenlists@gmail.com
:0
* ^Sender: Majordomo
! hextenlists@gmail.com
:0
* ^X-Topica-Id:
! hextenlists@gmail.com
:0
* ^List-Id:
! hextenlists@gmail.com
:0
* ^X-Mailing-List:
! hextenlists@gmail.com
:0
* ^From: MAILER-DAEMON@
/dev/null
:0
! hexten@gmail.com
}

0 comments on commit 1db9326

Please sign in to comment.