Giter Club home page Giter Club logo

milter's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @sdgathman
  • ๐Ÿ‘€ Iโ€™m interested in decentralized protocols
  • ๐ŸŒฑ Iโ€™m currently learning rust build system
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Scuttlebot that isn't javascript
  • ๐Ÿ“ซ How to reach me ... mxid:@stuart:gathman.org

milter's People

Contributors

sdgathman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hallikas

milter's Issues

Move test data to separate package.

The deactivated pieces of real viruses in the test data cause virus scanners to alarm. Using the standard test "virus" does not work for this application because we are scanning for disguised executable content - not signatures of known viruses.

By moving the test emails to its own package,

  1. scanners will no longer alarm on milter code itself
  2. the test emails can be useful in testing other milter applications.

dkim=permerror reason="unsupported signature algorithm" by verifier.port25.com #13 opened 2 hours ago by Sanzo-Miyazawa

I cannot figure out what is wrong in my setting for DKIM. I need your help.
dkimpy-milter (1.2.2-1) is used for DKIM signature and verification.

            Sanzo Miyazawa

=========================
Email arrived at [email protected] and identified as
dkim=permerror reason="unsupported signature algorithm".

Return-Path: [email protected]
Received: from mail01.SiriusCloud.jp (219.118.72.1) by verifier.port25.com id h2guq82p2toj for [email protected]; Sun, 4 Sep 2022
05:54:44 +0000 (envelope-from [email protected])
Authentication-Results: verifier.port25.com; spf=pass smtp.mailfrom=[email protected];
iprev=pass (matches mail01.SiriusCloud.jp) policy.iprev=219.118.72.1;
dkim=permerror reason="unsupported signature algorithm" ;
dkim=fail reason="signature doesn't verify"
Received: from smi72700k.sanzo.org (61-213-47-254.catv296.ne.jp [61.213.47.254])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
(No client certificate requested)
(Authenticated sender: [email protected])
by access01.SiriusCloud.jp (Postfix) with ESMTPSA id 4ML17l1hvRz35vG7h
for [email protected]; Sun, 4 Sep 2022 14:54:43 +0900 (JST)
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=sanzo.org;
[email protected]; q=dns/txt; s=dkim-ed25519; t=1662270880; h=date : from :
message-id : to : subject : content-type : mime-version :
content-transfer-encoding : from;
bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;
b=2ne23XnmFelQLySuMfq1zX7I1KQt3GAIx4TIKd5aicfPac8dfJmMEi4+wg1Sk2A8Le5om
DNTCIYzeIypNX8ICg==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sanzo.org;
[email protected]; q=dns/txt; s=dkim-rsa; t=1662270880; h=date : from :
message-id : to : subject : content-type : mime-version :
content-transfer-encoding : from;
bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;
b=qQRcdkksJwhJbJAypV9ZT8wRK0KKCoZ8AVu0VfSdG/L931iERNxozCUXF3UVnha35ws8x
+TlfnBCgCuwF4d32Gxr7f7yIHzXHpVZ5QK0WnZQ0gZ1MJ2IVnrxq4JIR+rMn1LyE2CGB2xD
MG9Z4gOVEB5N3qFt8/zB7UVejSZgOf7Vg9e1ztvxHRrqcfiTYhXnjePLaYrfr3LOQNB8P5O
6OUBgGwKQT9UehYAleTH587qZcaOGhYM0k1VLQCh6RtbPVC0ZXf2//PBAd6B7DCg4ACLN8Z
SpO7EhrRPjLJ4TkRVq3Fw6WjuKIvkxMCTJLd1chn3vdL5fn8+HhQO5SIdpVQ==
Received: from smi72700k.sanzo.org (miyazawa@ip6-localhost [127.0.0.1])
by smi72700k.sanzo.org (8.15.2/8.15.2/Debian-22) with ESMTPS id 2845sedi809535
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT)
for [email protected]; Sun, 4 Sep 2022 14:54:40 +0900
Received: (from miyazawa@localhost)
by smi72700k.sanzo.org (8.15.2/8.15.2/Submit) id 2845se43809534;
Sun, 4 Sep 2022 14:54:40 +0900
Date: Sun, 4 Sep 2022 14:54:40 +0900
From: Sanzo Miyazawa [email protected]
Message-Id: [email protected]
To: [email protected]
Subject:
Content-Type: text/plain; charset=UTF-8
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: clamav-milter 0.103.6 at smi72700k
X-Virus-Status: Clean

Configuring spfmilter or bms with pymilter

I have setup the pymilter with sendmail and it is able to read the subject on the running socket now I want to filter the mails and modify the subject to mention whether it's a spam or not along with mentioning the score using the spfmilter or bms but I am not able to figure out how can I configure the bms or spfmilter with the already running pymilter. Can you please suggest how should I do it?
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.