FreeBSD Bugzilla – Attachment 30904 Details for
Bug 51760
Change-request: mail/tmda (ACTION_AUTO_REPLY, sendmail fix)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.24 KB, created by
Cyrille Lefevre
on 2003-05-04 21:10:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2003-05-04 21:10:17 UTC
Size:
2.24 KB
patch
obsolete
>--- /dev/null Tue Apr 29 09:00:37 2003 >+++ files/patch-TMDA::Defaults.py Thu Aug 22 23:50:17 2002 >@@ -0,0 +1,28 @@ >+--- TMDA/Defaults.py.orig Thu Aug 8 18:49:46 2002 >++++ TMDA/Defaults.py Thu Aug 22 23:49:48 2002 >+@@ -1059,6 +1059,25 @@ >+ if not vars().has_key('X_TMDA_IN_SUBJECT'): >+ X_TMDA_IN_SUBJECT = 0 >+ >++# Don't send a confirmation message if any of the following conditions is met : >++# - ACTION_AUTO_REPLY = 0 >++# - SENDER is <> >++# - SENDER is <#@[]> >++# - SENDER starts with "mailer-daemon" >++# - header "List-ID:" (as per RFC 2919) >++# - header "Mailing-List:" >++# - header "X-Mailing-List:" >++# - header "X-ML-Name:" >++# - header "List-(Help|Unsubscribe|Subscribe|Post|Owner|Archive):" >++# (as per RFC 2369) >++# >++# Example: >++# ACTION_AUTO_REPLY = 0 >++# >++# Defaults to send a confirmation message back to the sender. >++if not vars().has_key('X_TMDA_IN_SUBJECT'): >++ ACTION_AUTO_REPLY = 1 >++ >+ ################################### >+ # END of user configurable settings >+ ################################### >--- /dev/null Tue Apr 29 09:00:37 2003 >+++ files/patch-bin::tmda-rfilter Tue Apr 29 08:57:08 2003 >@@ -0,0 +1,11 @@ >+--- bin/tmda-rfilter.orig Tue Mar 4 23:16:33 2003 >++++ bin/tmda-rfilter Tue Apr 29 08:54:49 2003 >+@@ -263,7 +263,7 @@ >+ pendingdir = os.path.join(Defaults.DATADIR, 'pending') >+ >+ # Catchall variable to enable/disable auto-responses. >+-auto_reply = 1 >++auto_reply = Defaults.ACTION_AUTO_REPLY >+ >+ >+ ########### >--- /dev/null Tue Apr 29 09:00:37 2003 >+++ files/patch-bin::tmda-sendmail Tue Apr 29 08:57:18 2003 >@@ -0,0 +1,20 @@ >+--- bin/tmda-sendmail.orig Thu Sep 12 00:35:59 2002 >++++ bin/tmda-sendmail Tue Apr 29 08:56:30 2003 >+@@ -53,7 +53,7 @@ >+ >+ try: >+ opts, args = getopt.getopt(sys.argv[1:], >+- 'Vhvimte:f:p:o:B:F:EJx', ['version', >++ 'Vhvimte:f:p:o:B:F:EJN:R:x', ['version', >+ 'help']) >+ except getopt.error, msg: >+ usage(1, msg) >+@@ -67,7 +67,7 @@ >+ if opt == '--version': >+ print Version.TMDA >+ sys.exit() >+- elif opt in list('BpvixmeoEJ'): >++ elif opt in list('BpvixmeoEJN:R:'): >+ pass >+ elif opt == '-t': >+ header_recipients = 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51760
: 30904